Add Label to Customer
Request body
{
"customer": 101,
"customer_label": 53
}Example — Successful response (200)
{
"customer": 101,
"customer_label": 53
}Example — Not found (404)
Was this helpful?