xxxxxxxxxx
{
"contact_id": "",
"salutation": "",
"first_name": "",
"last_name": "",
"email": "",
"phone": "",
"mobile": "",
"skype": "",
"designation": "",
"department": "",
"enable_portal": ""
}
Create a contact person for contact
curl -X POST \
'https://api.lowcodeapi.com/zohoinvoice/invoice/v3/contacts/contactpersons' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"contact_id": "",
"salutation": "",
"first_name": "",
"last_name": "",
"email": "",
"phone": "",
"mobile": "",
"skype": "",
"designation": "",
"department": "",
"enable_portal": ""
}'
Last Updated : 2025-01-04 10:49 +00:00
Created by @samalgorai