POST api/ShipmentSurveyItem
Request Information
URI Parameters
None.
Body Parameters
ShipmentSurveyItemName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
CID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Qty | decimal number |
None. |
|
Cubes | decimal number |
None. |
|
Density | decimal number |
None. |
|
Note | string |
None. |
|
NotToShip | boolean |
None. |
|
Weight | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "c5713596-daf1-47a1-98f8-c4ecd41784ec", "CID": "35b3d20b-971e-4d2e-8111-ccf88acd1175", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }
application/xml, text/xml
Sample:
<ShipmentSurveyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <CID>35b3d20b-971e-4d2e-8111-ccf88acd1175</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>c5713596-daf1-47a1-98f8-c4ecd41784ec</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentSurveyItemName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
CID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Qty | decimal number |
None. |
|
Cubes | decimal number |
None. |
|
Density | decimal number |
None. |
|
Note | string |
None. |
|
NotToShip | boolean |
None. |
|
Weight | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "accc1ebf-7c3e-4e7b-b3d2-c58ca4b22977", "CID": "35b6ca81-0650-45e6-a565-8ffc845b9b74", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }
application/xml, text/xml
Sample:
<ShipmentSurveyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <CID>35b6ca81-0650-45e6-a565-8ffc845b9b74</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>accc1ebf-7c3e-4e7b-b3d2-c58ca4b22977</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem>