GET api/ShipmentSurveyContainer/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "a0555449-ae56-410d-a1cc-89dd9ec0aa2a", "SID": "6a6621a7-3e21-44fe-9f40-42b5df757e7f", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "b9cb89f9-245d-4a88-968b-4c5542019e76" }
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>b9cb89f9-245d-4a88-968b-4c5542019e76</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>a0555449-ae56-410d-a1cc-89dd9ec0aa2a</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>6a6621a7-3e21-44fe-9f40-42b5df757e7f</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>