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": "3c00788a-a8fa-4664-b9e1-cae161a5969e",
"SID": "2b29258e-1390-4668-b692-762d3d688081",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "869bbc09-fdb4-42ce-ba24-a3596d9d8d04"
}
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>869bbc09-fdb4-42ce-ba24-a3596d9d8d04</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>3c00788a-a8fa-4664-b9e1-cae161a5969e</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>2b29258e-1390-4668-b692-762d3d688081</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": "b2c6657b-07a0-4fef-bf08-46dcade1e400",
"SID": "703c6ea7-2c1e-4984-a568-032f7970ac07",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "e868eba6-8078-44df-ae4b-8d35924d134d"
}
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>e868eba6-8078-44df-ae4b-8d35924d134d</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>b2c6657b-07a0-4fef-bf08-46dcade1e400</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>703c6ea7-2c1e-4984-a568-032f7970ac07</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>