POST api/ShipmentSurveyContainer
Request Information
URI Parameters
None.
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": "753d1b74-0de8-4395-be72-3d50329b34e4",
"SID": "eed7023b-bf43-4561-b6af-23001e38b27c",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "d65e1dd0-bfc0-40d4-b812-8583be033f8c"
}
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>d65e1dd0-bfc0-40d4-b812-8583be033f8c</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>753d1b74-0de8-4395-be72-3d50329b34e4</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>eed7023b-bf43-4561-b6af-23001e38b27c</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"ID": "d5436496-798f-4da0-81c4-7a28af02743b",
"SID": "a56454fb-d33a-4c07-8822-2a4ecf2196b1",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "6c8c38b5-6cd9-4689-9a76-336505456e54"
}
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>6c8c38b5-6cd9-4689-9a76-336505456e54</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d5436496-798f-4da0-81c4-7a28af02743b</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>a56454fb-d33a-4c07-8822-2a4ecf2196b1</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>