POST api/ShipmentSurveyQuestion
Request Information
URI Parameters
None.
Body Parameters
ShipmentSurveyQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Checked | boolean |
None. |
|
| SortVal | integer |
None. |
|
| ShipmentField | string |
None. |
|
| AddToCategory | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "0e9a9179-5946-45ab-913a-4bb11b18f7d0",
"SID": "14052d76-2e22-4721-afc4-905a32ceb3d0",
"Name": "sample string 3",
"Checked": true,
"SortVal": 1,
"ShipmentField": "sample string 5",
"AddToCategory": "sample string 6"
}
application/xml, text/xml
Sample:
<ShipmentSurveyQuestion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>0e9a9179-5946-45ab-913a-4bb11b18f7d0</ID> <Name>sample string 3</Name> <SID>14052d76-2e22-4721-afc4-905a32ceb3d0</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentSurveyQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Checked | boolean |
None. |
|
| SortVal | integer |
None. |
|
| ShipmentField | string |
None. |
|
| AddToCategory | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "af206b26-52f7-436d-98cd-e9ec7c61ede9",
"SID": "ef8bfa43-c333-4099-84c9-c33b0f332fb9",
"Name": "sample string 3",
"Checked": true,
"SortVal": 1,
"ShipmentField": "sample string 5",
"AddToCategory": "sample string 6"
}
application/xml, text/xml
Sample:
<ShipmentSurveyQuestion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>af206b26-52f7-436d-98cd-e9ec7c61ede9</ID> <Name>sample string 3</Name> <SID>ef8bfa43-c333-4099-84c9-c33b0f332fb9</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>