Update Customer

URL : /api/v1/customers/{id}/

Method : PATCH

Parameters

  • email - String

  • first_name - String

  • last_name - String

  • company_name - String

  • phone - String

  • reference - String

  • address - String

  • postcode - String

  • city - String

  • country - String

  • state - String

  • customer_account - Integer

Data example

{
    "first_name": "Toni"
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?