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 ShipmentSurveyContainerName | 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": "94905ebd-8061-4706-bff4-fb888b5fbae5", "SID": "68633639-8ddf-4efe-91fa-2429d130cf91", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "6be6187a-d910-48ea-b3da-1a3a9b5253a9" }, { "ID": "94905ebd-8061-4706-bff4-fb888b5fbae5", "SID": "68633639-8ddf-4efe-91fa-2429d130cf91", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "6be6187a-d910-48ea-b3da-1a3a9b5253a9" } ]
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>6be6187a-d910-48ea-b3da-1a3a9b5253a9</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>94905ebd-8061-4706-bff4-fb888b5fbae5</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>68633639-8ddf-4efe-91fa-2429d130cf91</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>6be6187a-d910-48ea-b3da-1a3a9b5253a9</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>94905ebd-8061-4706-bff4-fb888b5fbae5</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>68633639-8ddf-4efe-91fa-2429d130cf91</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ArrayOfShipmentSurveyContainer>