POST api/ShipmentSurveyContainer
Request Information
URI Parameters
None.
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": "7c30b24a-7885-40d7-aafd-07f9e70952ba", "SID": "b5ad7b5b-43f0-49dc-a383-ea8e421a3468", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "de05256d-8b58-4603-8283-1677e9ebe9d2" }
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>de05256d-8b58-4603-8283-1677e9ebe9d2</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7c30b24a-7885-40d7-aafd-07f9e70952ba</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>b5ad7b5b-43f0-49dc-a383-ea8e421a3468</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{ "ID": "c8a4e59c-f349-4cf6-b81e-73b07a8b2311", "SID": "9b7368e7-7b33-4eb8-9e81-a88b1760cb65", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "b75fe53e-fefb-4f1d-b895-66273d9b2af5" }
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>b75fe53e-fefb-4f1d-b895-66273d9b2af5</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>c8a4e59c-f349-4cf6-b81e-73b07a8b2311</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>9b7368e7-7b33-4eb8-9e81-a88b1760cb65</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>