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": "48e7e436-d37d-4e59-a487-3bb9d604c823",
"SID": "32e74654-9b82-4b85-aa11-dc7c988399b4",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "297ca23b-76d9-481b-b577-470c61577db2"
}
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>297ca23b-76d9-481b-b577-470c61577db2</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>48e7e436-d37d-4e59-a487-3bb9d604c823</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>32e74654-9b82-4b85-aa11-dc7c988399b4</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>