POST api/StatusCategory/PostCategoryStatus
Request Information
URI Parameters
None.
Body Parameters
CategoryStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| CatStatusID | integer |
None. |
|
| CategoryName | string |
None. |
|
| CategoryAction | string |
None. |
|
| CategoryActionID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Status | string |
None. |
|
| CreatedBYID | integer |
None. |
|
| CreatedBYDate | date |
None. |
|
| UpdateBYId | integer |
None. |
|
| UpdateBYDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatStatusID": 1,
"CategoryName": "sample string 2",
"CategoryAction": "sample string 3",
"CategoryActionID": 1,
"IsActive": true,
"Status": "sample string 4",
"CreatedBYID": 1,
"CreatedBYDate": "2025-11-07T23:41:59.6202297-08:00",
"UpdateBYId": 1,
"UpdateBYDate": "2025-11-07T23:41:59.6202297-08:00"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}