POST api/location/Questions/{LocationCode}?QuestionId={QuestionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCode | integer |
Required |
|
| QuestionId | globally unique identifier |
None. |
Body Parameters
Questiondata| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionId | globally unique identifier |
None. |
|
| questionorder | integer |
None. |
|
| reviewType | integer |
None. |
|
| questionfor | integer |
None. |
|
| QuestionForValue | integer |
None. |
|
| question | string |
None. |
|
| QuestionTextSpanish | string |
None. |
|
| Ratingtype | integer |
None. |
|
| Isrequired | boolean |
None. |
|
| IsRating | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Feedbacktype | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestionId": "0219fcd6-2516-48fc-b1b1-fca1d514bbf0",
"questionorder": 1,
"reviewType": 2,
"questionfor": 3,
"QuestionForValue": 4,
"question": "sample string 5",
"QuestionTextSpanish": "sample string 6",
"Ratingtype": 7,
"Isrequired": true,
"IsRating": true,
"IsActive": true,
"Feedbacktype": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.