GET channel-couriers
Get all channel couriers on the account
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Get all channel couriers on the account
Collection of ChannelCourierModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelCourierID | integer | None. | |
| ChannelName | string | None. | |
| CourierType | string | None. |
Response Formats
application/json, text/json
Sample:
[
{
"ChannelCourierID": 1,
"ChannelName": "sample string 2",
"CourierType": "sample string 3"
},
{
"ChannelCourierID": 1,
"ChannelName": "sample string 2",
"CourierType": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfChannelCourierModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ChannelCourierModel>
<ChannelCourierId>1</ChannelCourierId>
<ChannelName>sample string 2</ChannelName>
<CourierType>sample string 3</CourierType>
</ChannelCourierModel>
<ChannelCourierModel>
<ChannelCourierId>1</ChannelCourierId>
<ChannelName>sample string 2</ChannelName>
<CourierType>sample string 3</CourierType>
</ChannelCourierModel>
</ArrayOfChannelCourierModel>