POST api/Feedback/GetFeedBackQuestion
Request Information
URI Parameters
None.
Body Parameters
FeedBackQuestionsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| User_ID | string |
None. |
|
| User_Type | string |
None. |
|
| feedback_type | string |
None. |
|
| form_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"User_ID": "sample string 1",
"User_Type": "sample string 2",
"feedback_type": "sample string 3",
"form_type": "sample string 4"
}
application/xml, text/xml
Sample:
<FeedBackQuestionsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Model"> <User_ID>sample string 1</User_ID> <User_Type>sample string 2</User_Type> <feedback_type>sample string 3</feedback_type> <form_type>sample string 4</form_type> </FeedBackQuestionsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.