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": "5b61db1a-0a9e-46de-9506-cb0938fa4700",
"SID": "45153a26-4707-48bb-b3b2-cfa2a7f35a5a",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "623ced33-5884-4a80-b78d-ba1a7b0bb886",
"CID": "f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "623ced33-5884-4a80-b78d-ba1a7b0bb886",
"CID": "f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
}
]
},
{
"ID": "5b61db1a-0a9e-46de-9506-cb0938fa4700",
"SID": "45153a26-4707-48bb-b3b2-cfa2a7f35a5a",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "623ced33-5884-4a80-b78d-ba1a7b0bb886",
"CID": "f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "623ced33-5884-4a80-b78d-ba1a7b0bb886",
"CID": "f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671",
"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>5b61db1a-0a9e-46de-9506-cb0938fa4700</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>45153a26-4707-48bb-b3b2-cfa2a7f35a5a</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>623ced33-5884-4a80-b78d-ba1a7b0bb886</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>623ced33-5884-4a80-b78d-ba1a7b0bb886</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>5b61db1a-0a9e-46de-9506-cb0938fa4700</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>45153a26-4707-48bb-b3b2-cfa2a7f35a5a</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>623ced33-5884-4a80-b78d-ba1a7b0bb886</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>f4d1ea4d-2b4a-4c82-8ef1-9f6a576ed671</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>623ced33-5884-4a80-b78d-ba1a7b0bb886</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>