POST api/Zones/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",
"Zone_ID": 1,
"Zone_Name": "sample string 2",
"Zone_Categeory_Id": 3,
"ZoneCategoryName": "sample string 4",
"Zone_Status": "sample string 5",
"CategId": 6,
"Id": 7,
"VEHICLES_ID": 8,
"CreatedBy": 9,
"CreatedDate": "2025-12-08T13:27:46.9227395+05:30",
"ModifiedBy": 11,
"ModifiedDate": "2025-12-08T13:27:46.9227395+05:30",
"Operation": 1,
"Comments": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true