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 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": "8fe438d6-74ab-4c06-bfe8-a39cc1fbfda8", "SID": "c002bfc5-75d2-44ec-ab8f-ddaff217fbd5", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "7cd9a7d1-097e-4026-bc47-368a6ab3ab12", "CID": "9756a893-6f4b-4355-944d-97201e23eb15", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "7cd9a7d1-097e-4026-bc47-368a6ab3ab12", "CID": "9756a893-6f4b-4355-944d-97201e23eb15", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "8fe438d6-74ab-4c06-bfe8-a39cc1fbfda8", "SID": "c002bfc5-75d2-44ec-ab8f-ddaff217fbd5", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "7cd9a7d1-097e-4026-bc47-368a6ab3ab12", "CID": "9756a893-6f4b-4355-944d-97201e23eb15", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "7cd9a7d1-097e-4026-bc47-368a6ab3ab12", "CID": "9756a893-6f4b-4355-944d-97201e23eb15", "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>8fe438d6-74ab-4c06-bfe8-a39cc1fbfda8</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>c002bfc5-75d2-44ec-ab8f-ddaff217fbd5</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>9756a893-6f4b-4355-944d-97201e23eb15</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7cd9a7d1-097e-4026-bc47-368a6ab3ab12</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>9756a893-6f4b-4355-944d-97201e23eb15</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7cd9a7d1-097e-4026-bc47-368a6ab3ab12</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>8fe438d6-74ab-4c06-bfe8-a39cc1fbfda8</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>c002bfc5-75d2-44ec-ab8f-ddaff217fbd5</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>9756a893-6f4b-4355-944d-97201e23eb15</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7cd9a7d1-097e-4026-bc47-368a6ab3ab12</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>9756a893-6f4b-4355-944d-97201e23eb15</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7cd9a7d1-097e-4026-bc47-368a6ab3ab12</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>