Create Customer Account

URL : /api/v1/customer-accounts/

Method : POST

Parameters

  • code - String

    • required

    • must be unique

  • name - String

  • description - String

  • phone - String

  • address - String

  • email - String

Data example

{
    "name": "Test Customer Company 6",
    "code": "tc6"
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?