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