/contacts/{id}
/contacts/{id}
Updates a Contact object with the given id.
Authentication
Token-based authentication with required prefix “Bearer”
Path parameters
Headers
Query parameters
Whether to include debug fields (such as log file links) in the response.
Whether or not third-party updates should be run asynchronously.
Request
Description
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.
- A
Contactis a Vendor/Supplier if theis_supplierproperty is true. - A
Contactis a customer if theis_customerproperty is true.
Usage Example
Fetch from the LIST Contacts endpoint and view a company’s contacts.
Response
Description
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.
- A
Contactis a Vendor/Supplier if theis_supplierproperty is true. - A
Contactis a customer if theis_customerproperty is true.
Usage Example
Fetch from the LIST Contacts endpoint and view a company’s contacts.