GET api/DeliveryPickup?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryAddressBranchMappingName | Description | Type | Additional information |
---|---|---|---|
StateCode | string |
None. |
|
StateName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StateCode": "sample string 3", "StateName": "sample string 4" }, { "StateCode": "sample string 3", "StateName": "sample string 4" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.