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": "c1207fa7-b4f3-4a45-95d4-64802035c315",
"SID": "afd7ce60-6685-40a9-9b8a-9c86dd4ac69a",
"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>c1207fa7-b4f3-4a45-95d4-64802035c315</ID> <NotToShip>true</NotToShip> <SID>afd7ce60-6685-40a9-9b8a-9c86dd4ac69a</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": "97178209-7df9-4fb9-8b39-0c6a05814378",
"SID": "469a6a09-ab76-47ac-898e-4217c6f820d4",
"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>97178209-7df9-4fb9-8b39-0c6a05814378</ID> <NotToShip>true</NotToShip> <SID>469a6a09-ab76-47ac-898e-4217c6f820d4</SID> <Weight>1</Weight> </ShipmentSurveyOther>