Skip to content
  • There are no suggestions because the search field is empty.

Update lead

Updates leads

post-api /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"
    }
}