Update Customer Account

URL : /api/v1/customer-accounts/{id}/

Method : PATCH

Parameters

  • code - String

    • must be unique

  • name - String

  • description - String

  • phone - String

  • address - String

  • email - String

Data example

{
    "description": "test desc"
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?