POST api/ShipmentSurveyOther
Request Information
URI Parameters
None.
Body Parameters
ShipmentSurveyOtherName | 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": "5a176337-f728-4cd7-b765-ccc890852fd8", "SID": "2e613caf-9d4e-422a-bc29-68d33c684296", "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>5a176337-f728-4cd7-b765-ccc890852fd8</ID> <NotToShip>true</NotToShip> <SID>2e613caf-9d4e-422a-bc29-68d33c684296</SID> <Weight>1</Weight> </ShipmentSurveyOther>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentSurveyOtherName | 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": "91cede44-2f80-4433-9c71-22b7b32a2a39", "SID": "fc709073-1a55-4d06-a9e8-c05ecc2153a8", "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>91cede44-2f80-4433-9c71-22b7b32a2a39</ID> <NotToShip>true</NotToShip> <SID>fc709073-1a55-4d06-a9e8-c05ecc2153a8</SID> <Weight>1</Weight> </ShipmentSurveyOther>