POST api/cd/v1/parcel/AddCentralName
Returns Parcel Owner Change Information and Adds that to the CentralName table for the ProcessChanges Method in The Parcel Import Tool.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
centralNameInfo | Object that contains parameters for adding central name |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "MiddleName": "sample string 3", "State": "sample string 4" }
application/xml, text/xml
Sample:
<AddCentralNameParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewWorld.Logos.WebApi.Service.Models.CD.Parameters"> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <MiddleName>sample string 3</MiddleName> <State>sample string 4</State> </AddCentralNameParameters>
Response Information
Parcel Owner Changes object.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.