Skip to content

clients customField

damnlist edited this page Jul 1, 2016 · 1 revision

Client - Additional field

PUT '/list/{listId}/client/{clientId}/customField/{customFieldId}/value'

{
    "value": "test custom field"
}

set value of a field, answer:

{
    "status": "ok"
}

Clone this wiki locally