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:
RowSalesperson This element represent the salesperson associated with the customer, by the customer.salesperson_id field.
The element contains a __name attribute with the value salesperson.
Try It Out
Request