go back to CustomerService

PUT /customers/create

Creates a new customer record for the given data.

Roles that can access this endpoint are Users.

Parameters

name description type default type
customer the data to use when creating the new customer body of type: application/xml application/json RowCustomer

Result

RowCustomer of type: application/xml application/json

returns the created customer record

Child Elements:

Try It Out

Request

- Authentication Help
- RowCustomer