GET 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": "d3e3747d-7a33-4b13-ab4a-2f50df05b2d4", "SID": "a73d56bf-8ad0-4221-aa2c-fa82e5d71443", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "6458e3c7-c74c-4299-a0c6-233c32ede3d2", "CID": "db2515bf-af3e-4e5d-b3ba-2ace95e75fa5", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "6458e3c7-c74c-4299-a0c6-233c32ede3d2", "CID": "db2515bf-af3e-4e5d-b3ba-2ace95e75fa5", "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>d3e3747d-7a33-4b13-ab4a-2f50df05b2d4</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>a73d56bf-8ad0-4221-aa2c-fa82e5d71443</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>db2515bf-af3e-4e5d-b3ba-2ace95e75fa5</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>6458e3c7-c74c-4299-a0c6-233c32ede3d2</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>db2515bf-af3e-4e5d-b3ba-2ace95e75fa5</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>6458e3c7-c74c-4299-a0c6-233c32ede3d2</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>