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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""