ZealSchedule
Search…
Getting Started
Authentication
Services API
Service API Introduction
1:1 Appointment Service
Service API Lookup Tables
Contacts API
Contact API Introduction
Create Contact
Update Contact
Fetch Contacts
Delete Contact
Scheduling API
Scheduling API Introduction
Availability Of The Service
Schedule Appointment
Cancel Booking
Reschedule Booking
List Of Appointments Scheduled
Settings API
Generate API Key
Business Hours
Block Off Period
Email API
Get Email Template
Staff API
Fetch Staffs
Powered By
GitBook
Update Contact
Updates the specified contact by setting the values passed in the parameters. The parameters with no value will be left unchanged.
post
https://api.zealschedule.com/
customer/update/{contactid}
Update Contact
Sample Request
Assistance
1
{
2
"client_firstname":"Shivasurya",
3
"client_lastname":"Tenkasi",
4
"client_email":"
[email protected]
",
5
"client_mobile":"2265814630",
6
"client_gender":"M",
7
"client_address_line":"",
8
"client_address_line2":"",
9
"client_state":"",
10
"client_country":"",
11
"client_pincode":"",
12
"client_displayname":"Shivasurya Tenkasi",
13
"client_phone_code":"CA",
14
"client_dial_number":" 1",
15
"internal_notes":""
16
}
Copied!
How many contact update can I call at one stretch?
You can update only one contact at a time.
Contacts API - Previous
Create Contact
Next - Contacts API
Fetch Contacts
Last modified
1yr ago
Copy link