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": "fcf3bd31-4cb1-4d4f-a7cc-f347b86d5497",
"SID": "e0867aee-f16b-47ce-b2d0-deb0245c4e98",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "3c95f620-e5e8-43a4-8ef4-55064259c0a7"
}
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>3c95f620-e5e8-43a4-8ef4-55064259c0a7</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>fcf3bd31-4cb1-4d4f-a7cc-f347b86d5497</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>e0867aee-f16b-47ce-b2d0-deb0245c4e98</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": "ba0e8115-2691-4501-b929-1f51b6bb854b",
"SID": "ca96b5a6-3f69-4471-9d5f-6ddd516e6f90",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "1d8305a2-6ec7-4d5e-b403-8e8d72a3f39a"
}
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>1d8305a2-6ec7-4d5e-b403-8e8d72a3f39a</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ba0e8115-2691-4501-b929-1f51b6bb854b</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>ca96b5a6-3f69-4471-9d5f-6ddd516e6f90</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>