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": "09c7f7dd-be81-4673-8bea-9dbd57c55925",
"SID": "a69abcaf-1c4f-4e22-b325-f148677d7e97",
"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>09c7f7dd-be81-4673-8bea-9dbd57c55925</ID> <NotToShip>true</NotToShip> <SID>a69abcaf-1c4f-4e22-b325-f148677d7e97</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": "9af358a6-e7c5-4ac7-ba84-562073f88492",
"SID": "5c71b970-2a9d-4a7e-aa39-d4b082bba716",
"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>9af358a6-e7c5-4ac7-ba84-562073f88492</ID> <NotToShip>true</NotToShip> <SID>5c71b970-2a9d-4a7e-aa39-d4b082bba716</SID> <Weight>1</Weight> </ShipmentSurveyOther>