Z
ActivateLocation
ZohoBooksApi.ActivateLocation
Description
Marks a location as active.
Use this tool to mark a specified location as active in the system. This is useful for enabling locations that were previously inactive.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "ID of the organization to which the location belongs.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "location_identifier",
"required": true,
"inferrable": true,
"description": "Unique identifier for the location to be marked as active.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_location_active'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}