Update lead
Updates leads
/leads/{lead_id}/update
https://api.oauth.pabau.com/{api_key}/leads/{lead_id}/update
Request
Note: Custom Fields example: custom_field_12345
Response sample
application/json
{
"status": true,
"regular_fields": "Lead {lead_id} was successfully updated.",
"custom_fields": {
"custom_field_id_{custom}": "Updated"
}
}