Update Customer Label
URL : /api/v1/clabels/{id}/
Method : PATCH
Parameters
label- Stringcolor- Stringmust be hexadecimal color value with the following format:
#RRGGBBExample:
#2e86de
Data example
{
"label": "EditLabel2",
"color": "#2e86de"
}Success Response
Code : 200 OK
Content examples :
{
"id": 53,
"label": "EditTest2",
"color": "#2e86de",
"company": 339
}Last updated
Was this helpful?