GET shipment/v1/zipcode-location?name={name}&zipcode={zipcode}&countrycode={countrycode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
name
No documentation available.

Define this parameter in the request URI.

zipcode
No documentation available.

Define this parameter in the request URI.

countrycode
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Data />
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseEntity>