PUT api/ShipmentSurveyQuestion/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "638c493f-02ea-4f95-ab26-744a08268852", "SID": "0a6299f7-8fa2-4c50-b3fd-1253a9014871", "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>638c493f-02ea-4f95-ab26-744a08268852</ID> <Name>sample string 3</Name> <SID>0a6299f7-8fa2-4c50-b3fd-1253a9014871</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.