Update a Contact
Description
This endpoint is used to update a contact. The studioId field is used to associate the contact with a specific studio, which can be obtained from the Get Studios endpoint.
Endpoint
Request parameters
Responses
Examples
The following table shows a sample of how to update various fields on a contact. You can update one or more fields in a single request.
Let's start with the assumption our contact has no email and looks like the following:
If there were an email set on this contact, then it'd have to be part of the request.
Description | Example Body |
|---|---|
Add Email |
|
Add Parent Contact ID |
|
Add Translated Legal Name |
|
Update First Name and Keep Last Name |
|
Update First Name and Remove Last Name |
|
Update Studio ID |
|
Related Documentation
Create Contact: Create a new contact.
Search Contacts: Look up existing contacts before creating a new one.
Get Studios: Retrieve valid studio IDs for creating contacts.
Create Contract: Use a contact as talent in a contract.
API Reference: See all available endpoints and details.