Customers
Create Customer
Creates a new Customer from the information sent in the body.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Full name of the customer.
Type of identification document (cc, ce, nit).
Available options:
cc
, ce
, nit
Identification document number.
Email address of the customer.
Response
201
application/json
Customer created successfully.
Unique identifier for this customer.
Example:
"e79a0b74-3aba-4149-9f74-0bb5791a6ee6"
First and last name for a natural person, and company name for a juridical person.
Example:
"Pepito Perez"
Colombian ID type for customer.
Available options:
cc
, ce
, nit
Example:
"cc"
Colombian ID number for customer.
Example:
"200220422"
Customer’s email.
Example:
"pepito@perez.com"
ISO string when the customer was created.
Example:
"2023-10-26T21:28:34.152Z"
ISO string when the customer was updated.
Example:
"2023-10-26T21:28:34.152Z"