Create a customer
POST {{baseUrl}}/customers
Creates a new customer record. The customer record will be automatically assigned a customer UUID. The new customer UUID will be returned by the server in the response.
Request Body
{"firstName"=>"{{newCustomerFirstName}}", "lastName"=>"{{newCustomerLastName}}", "email"=>"{{newCustomerEmail}}", "mailingAddress"=>{"city"=>"San Diego", "state"=>"California", "country"=>"United States"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |