Update Client

Update an existing client record or change client status.

PATCH /datatable-clients/{id}
Example Request - General Update
{
  "status": "approved",
  "phone": "+1-555-0200",
  "categories": ["10", "15", "20"]
}
Example Request - Update Status
{
  "status": "approved"
}
Back to Clients Back to API Home