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
ShipmentSurveyCategoryName | 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": "92c5aef9-3931-4c25-ae97-00960850a9b4", "SID": "228b7b8a-4d18-42fb-8a77-92c094fdc95f", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "93efa0e4-cb7b-4397-8cc0-c22943c3bd80", "CID": "6faa470a-77ce-4334-9be9-9a1c77202dac", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "93efa0e4-cb7b-4397-8cc0-c22943c3bd80", "CID": "6faa470a-77ce-4334-9be9-9a1c77202dac", "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>92c5aef9-3931-4c25-ae97-00960850a9b4</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>228b7b8a-4d18-42fb-8a77-92c094fdc95f</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>6faa470a-77ce-4334-9be9-9a1c77202dac</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>93efa0e4-cb7b-4397-8cc0-c22943c3bd80</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>6faa470a-77ce-4334-9be9-9a1c77202dac</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>93efa0e4-cb7b-4397-8cc0-c22943c3bd80</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>