POST api/Role/UPDATESTATUS
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MONGODBNAME": "sample string 1",
"RoleName": "sample string 1",
"Description": "sample string 2",
"RoleStatus": "sample string 3",
"CategId": 4,
"Id": 5,
"VEHICLES_ID": 6,
"CreatedBy": 7,
"CreatedDate": "2025-12-08T13:26:55.0011264+05:30",
"ModifiedBy": 9,
"ModifiedDate": "2025-12-08T13:26:55.0011264+05:30",
"Operation": 1,
"Comments": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true