POST Api/FeedbackCategoryTypes/SystemRoles
Request Information
URI Parameters
None.
Body Parameters
FeedbackCategoryTypeSystemRoleAddVm| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedbackCategoryTypeId | integer |
None. |
|
| SystemRoleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"feedbackCategoryTypeId": 1,
"systemRoleId": 2
}
text/html
Sample:
{"feedbackCategoryTypeId":1,"systemRoleId":2}
application/xml, text/xml
Sample:
<FeedbackCategoryTypeSystemRoleAddVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels.HR"> <FeedbackCategoryTypeId>1</FeedbackCategoryTypeId> <SystemRoleId>2</SystemRoleId> </FeedbackCategoryTypeSystemRoleAddVm>
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.