Customers
Update customer
You can update customer-related data
put/customers/{id}
Path parameters
idstring required
Identifier of the resource
Headers
Accept-Language'es' | 'en'
Use for knowing which language to use
X-Child-Company-Idstring
In the case of a holding company, the company id of the child company to which will process the request.
Request body
Example request
{
"name": "Miguel",
"email": "miguel@gmail.com",
"phone": "5215555555555",
"custom_reference": "customer_123",
"payment_sources": [
{
"type": "cash",
"expires_at": 1553273553
}
]
}Response
successful operation