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", "address"=>{"line1"=>"1467", "line2"=>"Harrison Street", "line3"=>"Harrison Street", "city"=>"San Fransico", "state"=>"California", "zip"=>"94122", "country"=>"US", "first_name"=>"joseph", "last_name"=>"Doe"}, "metadata"=>{"city"=>"NY", "unit"=>"245"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring