v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBClients
Update Client
There are certain attributes that cannot be updated here such as the ABN, ACN and MCC. Please reach out to the Zepto Compliance team (compliance@zepto.com.au) to have them updated.
patch/clients/{client_id}
Request body
Example request
{
"business_names": [
"Business Name 1",
"Business Name 2"
],
"contact_information": {
"contact_name": "Contact Name",
"email": "contact@example.com",
"phone": "+61400123456"
},
"legal_name": "Legal Name Pty Ltd",
"registered_address": "123 Street, City, Country",
"website_url": "https://example.com"
}Response
accepted