POST Api/FeedbackCategoryTypes/Add
Request Information
URI Parameters
None.
Body Parameters
FeedbackCategoryType| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedbackCategoryTypeId | integer |
None. |
|
| Name | string |
None. |
|
| EmailAddress | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsStaffComplaint | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"feedbackCategoryTypeId": 1,
"name": "sample string 2",
"emailAddress": "sample string 3",
"isActive": true,
"isStaffComplaint": true
}
text/html
Sample:
{"feedbackCategoryTypeId":1,"name":"sample string 2","emailAddress":"sample string 3","isActive":true,"isStaffComplaint":true}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.