DELETE api/ShipmentSurveyContainer/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
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": "81676a8c-c9fd-4411-a12e-0de07e5f9fd3",
"SID": "892637b1-0acf-418a-9cf0-0e55676908bd",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "a2f21720-00c5-45f6-8b3e-ec8e710b2cc1"
}
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>a2f21720-00c5-45f6-8b3e-ec8e710b2cc1</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>81676a8c-c9fd-4411-a12e-0de07e5f9fd3</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>892637b1-0acf-418a-9cf0-0e55676908bd</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>