Customer create endpoint
POST {{baseUrl}}/api/customers/
Request Body
{"address"=>"123 Test Ln", "city"=>"San Francisco", "email"=>"hello@world.com", "first"=>"Jan", "last"=>"Smith", "phone"=>"(123)456-7890)", "state"=>"CA", "zip"=>"12345"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""