Update a contact
PATCH {{api_host}}/contacts/:id
Update a contact's name. Please note that all previous transactions with that contact will retain the contact's name at the time.
Request Body
{"name"=>"A new alias", "email"=>"updated@email.com", "branch_code"=>"123456", "account_number"=>"99887766", "metadata"=>{"custom_key"=>"Custom string", "another_custom_key"=>"Maybe a URL"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |