POST api/PerformanceManagementCategory
Request Information
URI Parameters
None.
Body Parameters
PerformanceManagementCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| PerformanceManagementCategoryId | integer |
None. |
|
| Name | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"performanceManagementCategoryId": 1,
"name": "sample string 2",
"isActive": true
}
text/html
Sample:
{"performanceManagementCategoryId":1,"name":"sample string 2","isActive":true}
application/xml, text/xml
Sample:
<PerformanceManagementCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.Data.Models"> <IsActive>true</IsActive> <Name>sample string 2</Name> <PerformanceManagementCategoryId>1</PerformanceManagementCategoryId> </PerformanceManagementCategory>
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.