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": "511cf358-07e4-463d-a602-dce455ec8e90",
"SID": "e86713fe-080a-40fe-9ff0-6017bdf65536",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "8f92371f-266f-41ea-977f-ca39fcf8868a"
}
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>8f92371f-266f-41ea-977f-ca39fcf8868a</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>511cf358-07e4-463d-a602-dce455ec8e90</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>e86713fe-080a-40fe-9ff0-6017bdf65536</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": "444ad731-a289-41c5-b136-1d19cc97a662",
"SID": "944da963-197b-4839-bc79-edbc5869af5b",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "23ccf4ac-7219-4be1-8944-08cf6007dbc3"
}
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>23ccf4ac-7219-4be1-8944-08cf6007dbc3</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>444ad731-a289-41c5-b136-1d19cc97a662</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>944da963-197b-4839-bc79-edbc5869af5b</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer>