POST api/postalcodes/ModifyPostalCode
Request Information
URI Parameters
None.
Body Parameters
PostalCode| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | string |
None. |
|
| PostalCodeId | string |
None. |
|
| PostalDescription | string |
None. |
|
| InsUpdDate | date |
None. |
|
| Region | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<PostalCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CountryId>sample string 1</CountryId> <PostalCodeId>sample string 2</PostalCodeId> <PostalDescription>sample string 3</PostalDescription> <InsUpdDate>2025-11-03T08:02:12.4568244+01:00</InsUpdDate> <Region>sample string 4</Region> </PostalCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</UpdateResult>