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": "8890e49b-8ee4-430b-9d14-b67852bfed84", "CID": "93158d78-2bbf-4094-804c-f0c9a6a36dd6", "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>93158d78-2bbf-4094-804c-f0c9a6a36dd6</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>8890e49b-8ee4-430b-9d14-b67852bfed84</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": "759ca4db-12c2-46de-8672-1f13a15ba58b", "CID": "e42bd16c-aee8-4491-8a2e-0f1f3d9615c0", "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>e42bd16c-aee8-4491-8a2e-0f1f3d9615c0</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>759ca4db-12c2-46de-8672-1f13a15ba58b</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem>