• Contact Persons(6)
    • POS
      Create a contact person
    • PUT
      Update a contact person
    • DEL
      Delete a contact person
    • GET
      List contact persons
    • GET
      Get a contact person
    • POS
      Mark as primary contact person
  • Contacts(22)
  • Credit Notes (25)
  • Currency (10)
  • Customer Payments(10)
  • Estimates(21)
  • Expense Category (7)
  • Expenses (10)
  • Invoices(38)
  • Items(7)
  • Price Lists(5)
  • Projects(18)
  • Recurring Expenses(8)
  • Recurring Invoices(9)
  • Retainer Invoices(20)
  • Tasks (5)
  • Taxes (17)
  • Time Entries (9)
  • Users (9)
  • ZOHO CRM Integration(1)
  • ZOHO CRM Integration (1)
POST
PUT
DELETE
GET
GET
POST
Zoho InvoiceZoho InvoiceContact PersonsCreate a contact person
POST
https://api.lowcodeapi.com/zohoinvoice/invoice/v3/contacts/contactpersons
Request Body
Content Type : application/json
Request Parameters
contact_idstring
ID of the contact person
salutationstring
Salutation for the contact
first_namestring
First Name of the contact
last_namestring
Last Name of the contact
emailstring
Email ID of the contact person
phonestring
Phone number of the contact person
mobilestring
Mobile/Cell number of the contact person
skypestring
skype address of the contact person
designationstring
designation of the contact person in the organisation
departmentstring
department to which the contact person belongs
enable_portalboolean
option to enable or disable portal access the contact person
Overview

Create a contact person for contact

API Reference Link
https://www.zoho.com/invoice/api/v3/contact-persons/#create-a-contact-person
Response
API response data will be shown here once the request is completed.
Snippet
cURL
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": ""
}'
© 2024LowCodeAPI

Last Updated : 2025-01-04 10:49 +00:00

Created by @samalgorai