GET api/postalcodes?PostalCodeId={PostalCodeId}&CountryId={CountryId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 PostalCode
NameDescriptionTypeAdditional 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>2024-03-29T08:58:28.9360655+01: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>2024-03-29T08:58:28.9360655+01:00</InsUpdDate>
    <Region>sample string 4</Region>
  </PostalCode>
</ArrayOfPostalCode>