Hi everyone,
I'm putting my first steps in Fusion and looking for help with custom API call (which I need to use, because there is no field on "updated record" module to check-in doc).
Here is body of my call used with PUT method:
{"ID":"{{1.ID}}","accessRules":[
{
"accessorID":[],
"accessorObjCode":"USER",
"ancestorID":[],
"objCode":{{1.objCode}},
"coreAction":"VIEW",
"checkIn":"true",
"customerID":[],
"forbiddenActions":["DOWNLOAD","SHARE"],
"isInherited":"false",
"secondaryActions":[],
"securityObjCode":[],
"securityObjID":[],
"ID":"{{1.ID}}"
}]}
If someone could help me, I would be immensly grateful.
Rafal