GET api/ShipmentSurveyCategories/{id}?SurveyID={SurveyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyID | globally unique identifier |
Required |
|
| id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "b4380e30-d0fc-40d0-8243-0a2ea832a49b",
"SID": "136e6060-a5d1-4720-a2f3-e0353ed3d3e2",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "f1b7af4a-882a-4ed6-bf3c-6af8a53e2540",
"CID": "c32f9d9e-6633-40b6-a6c0-b4767b3e4c98",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "f1b7af4a-882a-4ed6-bf3c-6af8a53e2540",
"CID": "c32f9d9e-6633-40b6-a6c0-b4767b3e4c98",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
}
]
},
{
"ID": "b4380e30-d0fc-40d0-8243-0a2ea832a49b",
"SID": "136e6060-a5d1-4720-a2f3-e0353ed3d3e2",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "f1b7af4a-882a-4ed6-bf3c-6af8a53e2540",
"CID": "c32f9d9e-6633-40b6-a6c0-b4767b3e4c98",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "f1b7af4a-882a-4ed6-bf3c-6af8a53e2540",
"CID": "c32f9d9e-6633-40b6-a6c0-b4767b3e4c98",
"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:
<ArrayOfShipmentSurveyCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<ShipmentSurveyCategory>
<ClassName>sample string 5</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>b4380e30-d0fc-40d0-8243-0a2ea832a49b</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>136e6060-a5d1-4720-a2f3-e0353ed3d3e2</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>c32f9d9e-6633-40b6-a6c0-b4767b3e4c98</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>f1b7af4a-882a-4ed6-bf3c-6af8a53e2540</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>c32f9d9e-6633-40b6-a6c0-b4767b3e4c98</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>f1b7af4a-882a-4ed6-bf3c-6af8a53e2540</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>
<ShipmentSurveyCategory>
<ClassName>sample string 5</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>b4380e30-d0fc-40d0-8243-0a2ea832a49b</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>136e6060-a5d1-4720-a2f3-e0353ed3d3e2</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>c32f9d9e-6633-40b6-a6c0-b4767b3e4c98</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>f1b7af4a-882a-4ed6-bf3c-6af8a53e2540</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>c32f9d9e-6633-40b6-a6c0-b4767b3e4c98</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>f1b7af4a-882a-4ed6-bf3c-6af8a53e2540</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>
</ArrayOfShipmentSurveyCategory>