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": "417c02d6-d7c0-4ebb-926e-ffde6c84b36a", "SID": "4d5fdb46-d92d-473d-8ecd-8478c5e7e604", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "ea01628f-6724-4aca-8354-7228867786c4" }
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>ea01628f-6724-4aca-8354-7228867786c4</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>417c02d6-d7c0-4ebb-926e-ffde6c84b36a</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>4d5fdb46-d92d-473d-8ecd-8478c5e7e604</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": "f7f95d72-8121-402b-b146-329ec34d6f0f", "SID": "72b36fe8-4827-4a59-ba33-27f17fcccb20", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "bde22bb5-2d32-4f84-9431-859a786e099b" }
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>bde22bb5-2d32-4f84-9431-859a786e099b</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>f7f95d72-8121-402b-b146-329ec34d6f0f</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>72b36fe8-4827-4a59-ba33-27f17fcccb20</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>