Hi All
I want to make a call to the add reminder RESTAPI endpoint: "http://contentserver/otcs/llisapi.dll/api/v2/resubmission/246380/addreminder" from postman application. I woukld like to know how to pass array of users (Assignees) to the reminder. If I create a reminder from SmartView, I see the request body sent from browser.
"recipients":[1000,308757]
"RSDESCRIPTION":""
"RSTYPE":"1"
"RSACTIVATIONBDAY":"1"
"RSACTIVATIONUNIT":"1"
"RSACTIVATION":30
"PRIORITY":"50"
"escalationEnabled":"0"
"RSRULE":"0"
"RSDATE":"D/2020/3/6:18:0:0"
"RSRULEUNIT":1
I would like to understand how I can send the above parameters in the form recognized by CS from postman application.
Thanks
Vijhay Devarajan.