Create a customer
POST https://customer-education.postmanlabs.com/v0/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
{"email"=>"{{$randomEmail}}", "firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "mailingAddress"=>{"country"=>"United States", "city"=>"San Francisco", "state"=>"CA"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"customerID":"0729d37c-ef9f-4ffa-8f71-a6eedf1f95b7","operation":"created"}