POST api/StatusCategory/IsActiveUpdate

Request Information

URI Parameters

None.

Body Parameters

CategoryStatus
NameDescriptionTypeAdditional 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:44:21.8183127-08:00",
  "UpdateBYId": 1,
  "UpdateBYDate": "2025-11-07T23:44:21.8183127-08:00"
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}