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": "5cf634d1-74e6-41bf-b6f6-6b6703881d65",
"SID": "b3d7f693-fa40-47fe-b12b-5c9a5203010a",
"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>5cf634d1-74e6-41bf-b6f6-6b6703881d65</ID> <NotToShip>true</NotToShip> <SID>b3d7f693-fa40-47fe-b12b-5c9a5203010a</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": "0ca02d4c-d5fc-46b7-8fdf-45cd929c09bd",
"SID": "e7f1676b-5b9f-4ae5-bf0a-c8e5bb91e428",
"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>0ca02d4c-d5fc-46b7-8fdf-45cd929c09bd</ID> <NotToShip>true</NotToShip> <SID>e7f1676b-5b9f-4ae5-bf0a-c8e5bb91e428</SID> <Weight>1</Weight> </ShipmentSurveyOther>