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": "c2344ff0-5334-4e7b-92ec-67895a10a896",
"SID": "97127053-4588-43f6-b69a-9218c88c334b",
"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>c2344ff0-5334-4e7b-92ec-67895a10a896</ID> <NotToShip>true</NotToShip> <SID>97127053-4588-43f6-b69a-9218c88c334b</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": "b9678fc7-06cb-45ab-bf12-f49128ed8522",
"SID": "28f937a1-3ae5-488a-97c4-363c28009915",
"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>b9678fc7-06cb-45ab-bf12-f49128ed8522</ID> <NotToShip>true</NotToShip> <SID>28f937a1-3ae5-488a-97c4-363c28009915</SID> <Weight>1</Weight> </ShipmentSurveyOther>