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
Identification document number.
Type of identification document (cc, ce, nit).
Available options:
cc
, ce
, nit
Email address of the customer.
Full name of the customer.
Response
201 - application/json
ISO string when the customer was created.
Colombian ID number for customer.
Colombian ID type for customer.
Available options:
cc
, ce
, nit
Customer’s email.
Unique identifier for this customer.
First and last name for a natural person, and company name for a juridical person.
ISO string when the customer was updated.