- APIs
- API Reference
- Leads
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Update lead
Updates leads
/leads/{lead_id}/update
https://api.oauth.pabau.com/{api_key}/leads/{lead_id}/update
Request
Query Parameters: | |
api_key * | |
lead_id * | System ID of the lead |
Fname | String |
Lname | String |
String | |
DOB | Date (Y-m-d) |
mobile | String |
label | String, (Comma separated) |
lead_source | Int (system ID of source) or String (source name) |
opt_email | 1 or 0 |
opt_letters | 1 or 0 |
opt_sms | 1 or 0 |
opt_newsletter | 1 or 0 |
opt_phone | 1 or 0 |
custom_field_{Int (System ID of the field)} | String |
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"
}
}