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": "0fb61a16-170e-4f22-8236-fb7f82e08cba",
"SID": "c38e0022-9ca2-4956-bc03-23012a506db3",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "06206695-f7f1-42e5-bba4-aa0f1fd89519"
}
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>06206695-f7f1-42e5-bba4-aa0f1fd89519</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>0fb61a16-170e-4f22-8236-fb7f82e08cba</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>c38e0022-9ca2-4956-bc03-23012a506db3</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": "234a700f-5d2f-46fc-8337-6fb20b2288c1",
"SID": "122b4546-b051-456b-b2a9-84789da94df0",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "719f46c8-4cd3-4244-8813-bb9c053317c1"
}
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>719f46c8-4cd3-4244-8813-bb9c053317c1</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>234a700f-5d2f-46fc-8337-6fb20b2288c1</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>122b4546-b051-456b-b2a9-84789da94df0</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>