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": "c1d0a7db-1654-47da-9219-749144800495",
"SID": "47d82b34-1fc6-4aad-a6cb-bcb6edef147b",
"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>c1d0a7db-1654-47da-9219-749144800495</ID> <NotToShip>true</NotToShip> <SID>47d82b34-1fc6-4aad-a6cb-bcb6edef147b</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": "daa77b7d-0867-4aef-bedc-7859f5def3eb",
"SID": "f480271d-697b-4e28-beba-b8c690cbf142",
"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>daa77b7d-0867-4aef-bedc-7859f5def3eb</ID> <NotToShip>true</NotToShip> <SID>f480271d-697b-4e28-beba-b8c690cbf142</SID> <Weight>1</Weight> </ShipmentSurveyOther>