Adding attachment to process instance from ICS Integration using Rest Connection to PCS
Summary
How to add the attachment to process instance from ICS Integration using Rest Connection to PCSContent
Team,
Has anyone added the attachment to the process instance from ICS Integration using Rest connection to PCS.?
I even tried the below curl command to import to Postman and run, but it throws 400 Bad Request.
curl -F "part1=@/C:/EXT922/resquest.json;type=application/json" -F "part2=@/C:/EXT922/schema.txt;type=text/plain" -X POST https://xyzpaas.integration.ocp.oraclecloud.com:443/ic/api/process/v1/processes/5340202/attachments -H "Content-Type:multipart/mixed" -u mohammad.baig@abc.com:xyzpass
resquest.json:
{
"attachmentName" : "schema.txt",
0