Update Customer
POST {{baseUrl}}/customers/:id
Updates the customer's details in a customer object.
Request Body
{"email"=>"JohnTest@test.com", "name"=>"John Test", "phone_country_code"=>"+65", "phone"=>"888888888", "description"=>"First customer", "metadata"=>{"city"=>"NY", "unit"=>"245"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |