GET channel-couriers/{channelCourierId}

Get the specified channel courier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
channelCourierId integer Required

Body Parameters

None.

Response Information

Resource Description

Get the specified channel courier

ChannelCourierModel
NameDescriptionTypeAdditional 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"
}

application/xml, text/xml

Sample:
<ChannelCourierModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChannelCourierId>1</ChannelCourierId>
  <ChannelName>sample string 2</ChannelName>
  <CourierType>sample string 3</CourierType>
</ChannelCourierModel>