Skip to main content
POST
Create a customer contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
clientId
integer
required
name
string
required
email
string<email>
required
phone
string | null
role
string | null
photo
string | null
description
string | null

Response

200 - application/json

Contato criado com sucesso

The response is of type object.