Change status of clients
Headers
-
application/json
-
application/json
POST
/client/change_status
curl \
-X POST https://api-console.logezy.co/v1/client/change_status \
-H "Accept: string" \
-H "Content-Type: string" \
-d '{"ids":[42],"status":"active"}'
Request examples
# Headers
Accept: string
Content-Type: string
# Payload
{
"ids": [
42
],
"status": "active"
}
Response examples (200)
{
"data": "",
"status": "success",
"message": "Clients status updated successfully."
}