Customer update endpoint
PUT {{baseUrl}}/api/customers/?id=16520597
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
id | number | (Required) |
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
""