POST api/ShipmentSurveyContainer
Request Information
URI Parameters
None.
Body Parameters
ShipmentSurveyContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Qty | decimal number |
None. |
|
| Cubes | decimal number |
None. |
|
| Density | decimal number |
None. |
|
| SortVal | integer |
None. |
|
| CID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "d13aa554-a2bb-4746-919d-8626a28137f5",
"SID": "dc08144c-47c1-4e32-abac-17726b09246b",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "86aa91f1-ca9c-4f05-b6fb-8e5ba6c4226b"
}
application/xml, text/xml
Sample:
<ShipmentSurveyContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <CID>86aa91f1-ca9c-4f05-b6fb-8e5ba6c4226b</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d13aa554-a2bb-4746-919d-8626a28137f5</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>dc08144c-47c1-4e32-abac-17726b09246b</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentSurveyContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Qty | decimal number |
None. |
|
| Cubes | decimal number |
None. |
|
| Density | decimal number |
None. |
|
| SortVal | integer |
None. |
|
| CID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "f2242c8a-527c-4870-bb20-1ed8924d3e17",
"SID": "9c2d096e-cdf9-4d2f-ba18-ef36ab10d994",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "a7cfc5fd-515c-47c9-b518-1aeea4d0cbae"
}
application/xml, text/xml
Sample:
<ShipmentSurveyContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <CID>a7cfc5fd-515c-47c9-b518-1aeea4d0cbae</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>f2242c8a-527c-4870-bb20-1ed8924d3e17</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>9c2d096e-cdf9-4d2f-ba18-ef36ab10d994</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>