v1

latestOpenAPI 3.0.02026-07-14293257.6 KB
Customer

Create New Customer

This API is used to create new customer.

post/api/v1/customers

Query parameters

sandboxstring required

Request body

emailAddressstring required

Email address of the customer.

firstNamestring

First name of the customer.

lastNamestring

Last name of the customer.

dateofBirthstring

Date of birth of the customer.

streetstring

Street name of customer address.

citystring

City name of customer address.

statestring

State name of customer address.

countrystring

Country name of customer address.

postalCodestring

Postal code of customer address.

statusstring

Customer status. Can be A - Active, I - Inactive

Response

Cunstomers fetched.

statusCodenumber
messagestring
dataobject

Customer object. See https://securo.readme.io/reference/customer-object for more information.