POST api/ShipmentSurveyOther
Request Information
URI Parameters
None.
Body Parameters
ShipmentSurveyOther| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Weight | integer |
None. |
|
| NotToShip | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "ec3ff513-b946-44b2-b54b-2bb2ea9144e6",
"SID": "a9713d2c-74ea-4fb0-9eb6-799f1cba36a0",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
}
application/xml, text/xml
Sample:
<ShipmentSurveyOther xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Description>sample string 3</Description> <ID>ec3ff513-b946-44b2-b54b-2bb2ea9144e6</ID> <NotToShip>true</NotToShip> <SID>a9713d2c-74ea-4fb0-9eb6-799f1cba36a0</SID> <Weight>1</Weight> </ShipmentSurveyOther>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentSurveyOther| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Weight | integer |
None. |
|
| NotToShip | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "25e2c7b4-fbcd-4575-8761-80f432e2205c",
"SID": "e1d6eca0-0939-4a82-a3df-a9fead4f7216",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
}
application/xml, text/xml
Sample:
<ShipmentSurveyOther xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Description>sample string 3</Description> <ID>25e2c7b4-fbcd-4575-8761-80f432e2205c</ID> <NotToShip>true</NotToShip> <SID>e1d6eca0-0939-4a82-a3df-a9fead4f7216</SID> <Weight>1</Weight> </ShipmentSurveyOther>