GET api/v1/{posId}/deliverycodes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| StoreID | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"StoreID": "sample string 2",
"Name": "sample string 3"
},
{
"Code": 1,
"StoreID": "sample string 2",
"Name": "sample string 3"
}
]
text/html
Sample:
[{"Code":1,"StoreID":"sample string 2","Name":"sample string 3"},{"Code":1,"StoreID":"sample string 2","Name":"sample string 3"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<Code>1</Code>
<StoreID>sample string 2</StoreID>
<Name>sample string 3</Name>
</Data>
<Data>
<Code>1</Code>
<StoreID>sample string 2</StoreID>
<Name>sample string 3</Name>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.