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": "473c39db-3257-49e4-ba72-b6aa5dd0c253",
"SID": "442a2a43-2cb3-4deb-872f-c78ded74cf29",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "ca18e7f0-1cf1-49d5-8261-972cc638fc45"
}
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>ca18e7f0-1cf1-49d5-8261-972cc638fc45</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>473c39db-3257-49e4-ba72-b6aa5dd0c253</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>442a2a43-2cb3-4deb-872f-c78ded74cf29</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.