Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Adding attachment to process instance from ICS Integration using Rest Connection to PCS

edited Apr 23, 2020 4:31PM in Process Automation 2 comments

Summary

How to add the attachment to process instance from ICS Integration using Rest Connection to PCS

Content

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", 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!