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": "eae210bb-7f33-4628-9b00-f3f7b590b830",
"SID": "50e7fe76-d3f9-4fc3-94c6-d8be8a0385ec",
"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>eae210bb-7f33-4628-9b00-f3f7b590b830</ID> <Name>sample string 3</Name> <SID>50e7fe76-d3f9-4fc3-94c6-d8be8a0385ec</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": "bf44c7e0-922e-4d23-ba5e-54fe752d1f5d",
"SID": "c7276892-4f2e-418a-a693-33bc0cd73b22",
"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>bf44c7e0-922e-4d23-ba5e-54fe752d1f5d</ID> <Name>sample string 3</Name> <SID>c7276892-4f2e-418a-a693-33bc0cd73b22</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>