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": "95aa3888-c179-4c53-ab5c-47825e8fd469",
"SID": "85d4c549-a3f6-41fc-a601-b0a7f4f9dda1",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "23fd0e33-3e71-4543-b55e-2a80ccb6c72e"
}
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>23fd0e33-3e71-4543-b55e-2a80ccb6c72e</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>95aa3888-c179-4c53-ab5c-47825e8fd469</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>85d4c549-a3f6-41fc-a601-b0a7f4f9dda1</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>