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": "36d43f02-c570-4306-9a83-0e83549d0cd4",
"SID": "5f30f352-ed8a-45b8-a2f6-088f86980734",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "031fb058-126a-4b93-b775-7aec3478eb14",
"CID": "c7d02751-b45d-4f6a-8822-7db76dc7aa39",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "031fb058-126a-4b93-b775-7aec3478eb14",
"CID": "c7d02751-b45d-4f6a-8822-7db76dc7aa39",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
}
]
},
{
"ID": "36d43f02-c570-4306-9a83-0e83549d0cd4",
"SID": "5f30f352-ed8a-45b8-a2f6-088f86980734",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "031fb058-126a-4b93-b775-7aec3478eb14",
"CID": "c7d02751-b45d-4f6a-8822-7db76dc7aa39",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "031fb058-126a-4b93-b775-7aec3478eb14",
"CID": "c7d02751-b45d-4f6a-8822-7db76dc7aa39",
"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>36d43f02-c570-4306-9a83-0e83549d0cd4</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>5f30f352-ed8a-45b8-a2f6-088f86980734</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>c7d02751-b45d-4f6a-8822-7db76dc7aa39</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>031fb058-126a-4b93-b775-7aec3478eb14</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>c7d02751-b45d-4f6a-8822-7db76dc7aa39</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>031fb058-126a-4b93-b775-7aec3478eb14</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>36d43f02-c570-4306-9a83-0e83549d0cd4</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>5f30f352-ed8a-45b8-a2f6-088f86980734</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>c7d02751-b45d-4f6a-8822-7db76dc7aa39</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>031fb058-126a-4b93-b775-7aec3478eb14</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>c7d02751-b45d-4f6a-8822-7db76dc7aa39</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>031fb058-126a-4b93-b775-7aec3478eb14</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>