POST
/
customers

Authorizations

Authorization
string
header
required

Body

application/json
billingAddress
object
required

This is the billing address

name
string
required

The customer's full name.

phoneNumber
string
required

Customer's mobile phone number in international format.

status
enum<string>
default:
active
required

This is the initial status of the customer.

Available options:
active,
inactive
type
enum<string>
default:
individual
required

This is the customer type.

Available options:
individual,
company
company
object

Company details. Required if customer type is company.

emailAddress
string

Customer's email address.

individual
object

Individual details. Required if customer type is individual.

Response

200 - application/json

The response is of type object.