DELETE api/ShipmentSurveyCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipmentSurveyCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Cubes | decimal number |
None. |
|
| Density | decimal number |
None. |
|
| Note | string |
None. |
|
| Weight | integer |
None. |
|
| ClassName | string |
None. |
|
| ShipmentSurveyItems | Collection of ShipmentSurveyItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "a4c532b0-0e02-440b-8299-6b83a529f451",
"SID": "8fc83bfe-9d24-41e9-8e79-febcb671e17f",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "d77628a2-e342-4775-9089-9b21049477c9",
"CID": "615c4e57-5549-4639-9f8a-863c932d6519",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "d77628a2-e342-4775-9089-9b21049477c9",
"CID": "615c4e57-5549-4639-9f8a-863c932d6519",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
}
]
}
application/xml, text/xml
Sample:
<ShipmentSurveyCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<ClassName>sample string 5</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>a4c532b0-0e02-440b-8299-6b83a529f451</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>8fc83bfe-9d24-41e9-8e79-febcb671e17f</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>615c4e57-5549-4639-9f8a-863c932d6519</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>d77628a2-e342-4775-9089-9b21049477c9</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>615c4e57-5549-4639-9f8a-863c932d6519</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>d77628a2-e342-4775-9089-9b21049477c9</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
</ShipmentSurveyItems>
<Weight>1</Weight>
</ShipmentSurveyCategory>