PUT api/ShipmentSurveyContainer/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
ShipmentSurveyContainerName | 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": "efeaf308-70d2-4231-ae24-f9e2b2950e91", "SID": "ada2f221-0016-493e-bb2b-134def1dcc57", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "be7317d5-aa0c-4b01-a2cd-8b7489987e7a" }
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>be7317d5-aa0c-4b01-a2cd-8b7489987e7a</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>efeaf308-70d2-4231-ae24-f9e2b2950e91</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>ada2f221-0016-493e-bb2b-134def1dcc57</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.