POST api/Admin/ActiveDeactiveCategory
Request Information
URI Parameters
None.
Body Parameters
CategoryActiveModelName | Description | Type | Additional information |
---|---|---|---|
CategoryId | integer |
Required |
|
ModifiedBy | integer |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "CategoryId": 1, "ModifiedBy": 1, "IsActive": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }