POST api/PostConnotePodStatusExported
Request Information
URI Parameters
None.
Body Parameters
PodStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
Required |
|
| ViperLogisticsId | integer |
None. |
|
| ViperFreightId | string |
None. |
|
| PodStatus | string |
String length: inclusive between 0 and 10 |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"ViperLogisticsId": 2,
"ViperFreightId": "sample string 3",
"PodStatus": "sample string 4"
}
application/xml, text/xml
Sample:
<PodStatusDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientID>1</ClientID> <ViperLogisticsId>2</ViperLogisticsId> <ViperFreightId>sample string 3</ViperFreightId> <PodStatus>sample string 4</PodStatus> </PodStatusDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PodStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
Required |
|
| ViperLogisticsId | integer |
None. |
|
| ViperFreightId | string |
None. |
|
| PodStatus | string |
String length: inclusive between 0 and 10 |
Response Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"ViperLogisticsId": 2,
"ViperFreightId": "sample string 3",
"PodStatus": "sample string 4"
}
application/xml, text/xml
Sample:
<PodStatusDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientID>1</ClientID> <ViperLogisticsId>2</ViperLogisticsId> <ViperFreightId>sample string 3</ViperFreightId> <PodStatus>sample string 4</PodStatus> </PodStatusDto>