PUT api/ShipmentSurveyContainer/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
ShipmentSurveyContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Qty | decimal number |
None. |
|
| Cubes | decimal number |
None. |
|
| Density | decimal number |
None. |
|
| SortVal | integer |
None. |
|
| CID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "d273984f-bfe0-4b70-9124-780e16a9d562",
"SID": "013343a9-c6cf-458a-a39c-6edd548547d1",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "3358679f-ad9b-4112-9664-7b34191628df"
}
application/xml, text/xml
Sample:
<ShipmentSurveyContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <CID>3358679f-ad9b-4112-9664-7b34191628df</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d273984f-bfe0-4b70-9124-780e16a9d562</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>013343a9-c6cf-458a-a39c-6edd548547d1</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.