POST api/v1/CustFeedbackQuoSave
Request Information
URI Parameters
None.
Body Parameters
CustFeedbackQuoSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| FeedbackQuoID | integer |
None. |
|
| FeedbackQuo | string |
None. |
|
| LocTypeID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| QuestionType | string |
None. |
|
| LocID | integer |
None. |
|
| NoofAns | integer |
None. |
|
| CompID | integer |
None. |
|
| TextSecReq | boolean |
None. |
|
| DineOrDel | string |
None. |
|
| json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"FeedbackQuoID": 2,
"FeedbackQuo": "sample string 3",
"LocTypeID": 4,
"CategoryID": 5,
"QuestionType": "sample string 6",
"LocID": 7,
"NoofAns": 8,
"CompID": 9,
"TextSecReq": true,
"DineOrDel": "sample string 11",
"json": "sample string 12"
}
application/xml, text/xml
Sample:
<CustFeedbackQuoSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CategoryID>5</CategoryID> <CompID>9</CompID> <DineOrDel>sample string 11</DineOrDel> <FeedbackQuo>sample string 3</FeedbackQuo> <FeedbackQuoID>2</FeedbackQuoID> <LocID>7</LocID> <LocTypeID>4</LocTypeID> <Mode>sample string 1</Mode> <NoofAns>8</NoofAns> <QuestionType>sample string 6</QuestionType> <TextSecReq>true</TextSecReq> <json>sample string 12</json> </CustFeedbackQuoSaveInput>
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. |