v1
latestOpenAPI 3.0.1Apache 2.02026-07-26401961.7 KBCustomers
Update a business customer
Update a business customer
put/customers/{customer_id}
Path parameters
customer_idstring required
Customer ID on DigiTax
Example:customer_01HC3J1VVVM05YCTS61G7V3KC6
Request body
Example request
{
"customer_name": "John Doe",
"email": "john@doe.com"
}Response
Success
Example response
{
"id": "customer_01HC3HTDAXQ50E07CWR2A2CFBD",
"customer_name": "John Doe",
"email": "john@doe.com",
"customer_tin": "P012345678P",
"taxpayer_type": "INDIVIDUAL"
}