GET api/ShipmentSurveyOther/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipmentSurveyOther| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Weight | integer |
None. |
|
| NotToShip | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "e8a52959-98c1-48a0-9a7a-dd6a188a8774",
"SID": "12f36711-63e5-4944-8df2-9c5b006a5dae",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
}
application/xml, text/xml
Sample:
<ShipmentSurveyOther xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Description>sample string 3</Description> <ID>e8a52959-98c1-48a0-9a7a-dd6a188a8774</ID> <NotToShip>true</NotToShip> <SID>12f36711-63e5-4944-8df2-9c5b006a5dae</SID> <Weight>1</Weight> </ShipmentSurveyOther>