POST api/CptCodeCategories
Request Information
URI Parameters
None.
Body Parameters
CptCodeCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| CptCodeCategoryId | integer |
None. |
|
| Name | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"cptCodeCategoryId": 1,
"name": "sample string 2",
"isActive": true
}
text/html
Sample:
{"cptCodeCategoryId":1,"name":"sample string 2","isActive":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.