Create a Contact
Description
This endpoint is used to create 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
Create Adult Contact
In addition to the required fields shown, you can also pass email and translatedLegalName for adult contacts.
Create Minor Contact
What denotes a minor contact is the inclusion of the parentContactId field.
In addition to the required fields and parentContactId, you can also pass translatedLegalName for minor contacts.
Related Documentation
Get Studios: Retrieve valid studio IDs for creating contacts.
Search Contacts: Look up existing contacts before creating a new one.
Update Contact: Update an existing contact.
Create Contract: Use a contact as talent in a contract.
API Reference: See all available endpoints and details.