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": "045911e8-e165-4c85-8011-dab82ec96c19",
"SID": "64308ff2-80aa-42ee-aea7-8e70c3789888",
"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>045911e8-e165-4c85-8011-dab82ec96c19</ID> <Name>sample string 3</Name> <SID>64308ff2-80aa-42ee-aea7-8e70c3789888</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": "92f24d4f-bf3e-4a25-b8bc-6b702e11bab1",
"SID": "43ad7825-e573-4795-a377-8f48c7ea7d27",
"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>92f24d4f-bf3e-4a25-b8bc-6b702e11bab1</ID> <Name>sample string 3</Name> <SID>43ad7825-e573-4795-a377-8f48c7ea7d27</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>