Update Customer Label
Request body
{
"label": "EditLabel2",
"color": "#2e86de"
}Success response (200)
{
"id": 53,
"label": "EditTest2",
"color": "#2e86de",
"company": 339
}Error response (404)
Was this helpful?