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": "00ea27ba-57ef-417c-83ea-1fdd427bf4f8",
"SID": "92b6fef9-0b29-4974-a680-e1aaaf9f9be2",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "daf72183-f21c-404f-9c13-8fd9757b42fd"
}
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>daf72183-f21c-404f-9c13-8fd9757b42fd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>00ea27ba-57ef-417c-83ea-1fdd427bf4f8</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>92b6fef9-0b29-4974-a680-e1aaaf9f9be2</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": "929069d4-1fa1-4a4e-986f-83df700cd2cc",
"SID": "c0d5a66a-e76b-488e-978e-49500d47df55",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "e9610d18-38fd-4034-a1d6-5e1ed5a04d20"
}
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>e9610d18-38fd-4034-a1d6-5e1ed5a04d20</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>929069d4-1fa1-4a4e-986f-83df700cd2cc</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>c0d5a66a-e76b-488e-978e-49500d47df55</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>