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
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": "ae57046f-b67a-4da2-8809-f87049b218f1", "SID": "6db0ac2f-978a-4cab-a2ab-cf2ab7fe5551", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "bc938010-734a-4d46-b875-169f76c3d8cc" }
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>bc938010-734a-4d46-b875-169f76c3d8cc</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ae57046f-b67a-4da2-8809-f87049b218f1</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>6db0ac2f-978a-4cab-a2ab-cf2ab7fe5551</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>