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": "e08b84cc-6e45-4cca-a72e-9ce93e365a8d", "SID": "8ddb8eb6-ca66-4296-b83b-f2817037f02c", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "f27a2996-3c27-45f0-83ab-a869a76df0dd" }, { "ID": "e08b84cc-6e45-4cca-a72e-9ce93e365a8d", "SID": "8ddb8eb6-ca66-4296-b83b-f2817037f02c", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "f27a2996-3c27-45f0-83ab-a869a76df0dd" } ]
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>f27a2996-3c27-45f0-83ab-a869a76df0dd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>e08b84cc-6e45-4cca-a72e-9ce93e365a8d</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>8ddb8eb6-ca66-4296-b83b-f2817037f02c</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>f27a2996-3c27-45f0-83ab-a869a76df0dd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>e08b84cc-6e45-4cca-a72e-9ce93e365a8d</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>8ddb8eb6-ca66-4296-b83b-f2817037f02c</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ArrayOfShipmentSurveyContainer>