/contacts
/contacts
Creates a Contact object with the given values.
/contacts
Creates a Contact object with the given values.
Token-based authentication with required prefix “Bearer”
Whether to include debug fields (such as log file links) in the response.
Whether or not third-party updates should be run asynchronously.
A Contact is an individual or business entity to which products and services are sold to or purchased from. The Contact model contains both Customers, in which products and services are sold to, and Vendors (or Suppliers), in which products and services are purchased from.
Contact is a Vendor/Supplier if the is_supplier property is true.Contact is a customer if the is_customer property is true.Fetch from the LIST Contacts endpoint and view a company’s contacts.
A Contact is an individual or business entity to which products and services are sold to or purchased from. The Contact model contains both Customers, in which products and services are sold to, and Vendors (or Suppliers), in which products and services are purchased from.
Contact is a Vendor/Supplier if the is_supplier property is true.Contact is a customer if the is_customer property is true.Fetch from the LIST Contacts endpoint and view a company’s contacts.