Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

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

Body

application/json

Customer object that needs to be updated

companyId
string<uuid>
required

The id of the company where you will create the customer

customerName
string
required

The name of the customer

firstName
string

The first name of the contact person

lastName
string

The last name of the contact person

email
string<email>

The email of the contact person

phone
string

The phone of the contact person

description
string

A description

Response

200 - application/json

Object

data
object
meta
object