Attach tag to customer

/customers/tags

POST

Query Parameters

NameTypeDescription

merchant_token

string

Token is created in management system.

Headers

NameTypeDescription

Accept

string

application/json

Content-Type

string

application/json

Request Body

NameTypeDescription

code

string

Customer code

tags

array

List tags name (array)

{
    "code": "success",
    "message": "Thành công",
    "data": []
}

Last updated