POST api/ShipmentSurveyQuestion
Request Information
URI Parameters
None.
Body Parameters
ShipmentSurveyQuestionName | 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": "e028cf5a-9094-49db-ba38-868046645a62", "SID": "6c8daf44-746e-413f-8fe6-b7dd319f8f02", "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>e028cf5a-9094-49db-ba38-868046645a62</ID> <Name>sample string 3</Name> <SID>6c8daf44-746e-413f-8fe6-b7dd319f8f02</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShipmentSurveyQuestionName | 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": "dfb4843f-1518-482f-86f9-8fd5f319676f", "SID": "e0bbb70b-b775-43c0-b24a-0ef2bd36a115", "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>dfb4843f-1518-482f-86f9-8fd5f319676f</ID> <Name>sample string 3</Name> <SID>e0bbb70b-b775-43c0-b24a-0ef2bd36a115</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>