GET api/ShipmentSurveyContainers/{id}?SurveyID={SurveyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyID | globally unique identifier |
Required |
|
| id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "aee07fa3-01f5-466f-a033-46c46de8e05c",
"SID": "6324b678-5dfa-4795-b95a-52a3b26c7b8f",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "01a56c13-0a45-4987-a6f3-b9973f85ea51"
},
{
"ID": "aee07fa3-01f5-466f-a033-46c46de8e05c",
"SID": "6324b678-5dfa-4795-b95a-52a3b26c7b8f",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "01a56c13-0a45-4987-a6f3-b9973f85ea51"
}
]
application/xml, text/xml
Sample:
<ArrayOfShipmentSurveyContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<ShipmentSurveyContainer>
<CID>01a56c13-0a45-4987-a6f3-b9973f85ea51</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>aee07fa3-01f5-466f-a033-46c46de8e05c</ID>
<Name>sample string 3</Name>
<Qty>1.1</Qty>
<SID>6324b678-5dfa-4795-b95a-52a3b26c7b8f</SID>
<SortVal>1</SortVal>
</ShipmentSurveyContainer>
<ShipmentSurveyContainer>
<CID>01a56c13-0a45-4987-a6f3-b9973f85ea51</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>aee07fa3-01f5-466f-a033-46c46de8e05c</ID>
<Name>sample string 3</Name>
<Qty>1.1</Qty>
<SID>6324b678-5dfa-4795-b95a-52a3b26c7b8f</SID>
<SortVal>1</SortVal>
</ShipmentSurveyContainer>
</ArrayOfShipmentSurveyContainer>