Skip to main content
POST
Create a customer contact

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

customer_id
string
required
Pattern: ^([a-zA-Z\d\-]+)$

Body

Person input serializer for creating a new person.

first_name
string
required

The first name of the person

last_name
string
required

The last name of the person

email
string<email>
required

The email of the person

role
string
required

The role of the person

preferred_name
string

Optional preferred name for the person

Response

Person output serializer for creating a new person.

person_id
string<uuid>
required

The ID of the person

first_name
string
required

The first name of the person

last_name
string
required

The last name of the person

email
string<email>
required

The email of the person

role
string
required
read-only

The role of the person

preferred_name
string | null
Maximum string length: 255