GET api/postalcodes?PostalCodeId={PostalCodeId}&CountryId={CountryId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PostalCodeId | string |
None. |
|
CountryId | string |
None. |
|
RequestType | sqRequestType |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
RecordDtModifiedFrom | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PostalCodeName | Description | Type | Additional information |
---|---|---|---|
CountryId | string |
None. |
|
PostalCodeId | string |
None. |
|
PostalDescription | string |
None. |
|
InsUpdDate | date |
None. |
|
Region | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfPostalCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PostalCode> <CountryId>sample string 1</CountryId> <PostalCodeId>sample string 2</PostalCodeId> <PostalDescription>sample string 3</PostalDescription> <InsUpdDate>2023-06-06T21:08:49.3814387+02:00</InsUpdDate> <Region>sample string 4</Region> </PostalCode> <PostalCode> <CountryId>sample string 1</CountryId> <PostalCodeId>sample string 2</PostalCodeId> <PostalDescription>sample string 3</PostalDescription> <InsUpdDate>2023-06-06T21:08:49.3814387+02:00</InsUpdDate> <Region>sample string 4</Region> </PostalCode> </ArrayOfPostalCode>