API Version
Product Catalog
Library

Contacts are the list of persons/organizations to whom billing and accounting emails will be sent.

Sample contact [ JSON ]

{ "id": "ty68op521m", "first_name": "Michel", "last_name": "Ross", "email": "Mike@test.com", "label": "Mike", "enabled": true, "send_account_email": true, "send_billing_email": false, "object": "contact" }

API Index URL

https://{site}.chargebee.com/api/v2/contacts

Model Class

id
string, max chars=150

Unique reference ID provided for the contact.


first_name
optional, string, max chars=150

First name of the contact.


last_name
optional, string, max chars=150

Last name of the contact.


email
string, max chars=70

Email of the contact.


phone
optional, string, max chars=50

Phone number of the contact.


label
optional, string, max chars=50

Label/Tag provided for contact.


enabled
boolean, default=false

Contact enabled / disabled


send_account_email
boolean, default=false

Whether Account Emails option is enabled for the contact.


send_billing_email
boolean, default=false

Whether Billing Emails option is enabled for the contact.


id id
string, max chars=150

Unique reference ID provided for the contact.


first_name first_name
optional, string, max chars=150

First name of the contact.


last_name last_name
optional, string, max chars=150

Last name of the contact.


email email
string, max chars=70

Email of the contact.


phone phone
optional, string, max chars=50

Phone number of the contact.


label label
optional, string, max chars=50

Label/Tag provided for contact.


enabled enabled
boolean, default=false

Contact enabled / disabled


send_account_email send_account_email
boolean, default=false

Whether Account Emails option is enabled for the contact.


send_billing_email send_billing_email
boolean, default=false

Whether Billing Emails option is enabled for the contact.