When patching an ADT using the following endpoint:
PATCH /adt/{eid}
You may need to provide a reason if the ADT field is locked:
"meta": {
"reasonId": "1",
"comment": "optional"
}
If no reason is provided and the field is locked, you will receive the following message:
To find out if the field is locked, you need to do a GET on the parent worksheet:
/worksheet/{eid}
You can get definitions of the predefined reasons here:
/worksheet/settings/unlock/reasons
Comments
0 comments
Article is closed for comments.