POST api/v1/FeedbackQuestionList
Request Information
URI Parameters
None.
Body Parameters
FeedbackQuoListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedbackQuoID | integer |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
|
| DineOrDel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FeedbackQuoID": 1,
"LocID": 2,
"CompID": 3,
"DineOrDel": "sample string 4"
}
application/xml, text/xml
Sample:
<FeedbackQuoListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>3</CompID> <DineOrDel>sample string 4</DineOrDel> <FeedbackQuoID>1</FeedbackQuoID> <LocID>2</LocID> </FeedbackQuoListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |