Add Label to Customer
Parameters
Data example
{
"customer": 101,
"customer_label": 53
}Success Response
{
"customer": 101,
"customer_label": 53
}Last updated
Was this helpful?
URL : /api/v1/customerclabels/
Method : POST
customer - Integer
customer_label - Integer
{
"customer": 101,
"customer_label": 53
}Code : 200 OK
Content examples :
{
"customer": 101,
"customer_label": 53
}Last updated
Was this helpful?
Was this helpful?