Equivalent mapping in ICS for the below CURL command.
Summary
Invoking PCS Rest Connection from ICS Integration for attaching a file to process instanceContent
Team,
I am able to attach a file to the PCS process instance using the below curl command. However, I am looking for attaching the ICS stage file to PCS process using PCS Rest connection, but was unsucessfull.
curl -F "part1=@C:/EXT922/resquest.json;type=application/json" -F "part2=@C:/EXT922/schema.txt;type=text/plain" -X POST https://xyzoicdev1-xyzorapaas.integration.ocp.oraclecloud.com:443/ic/api/process/v1/processes/5340202/attachments -H "Content-Type:multipart/mixed" -u mohammad.baig@xyz.com:Pass2020
Can you please review the attached mapping and the rest endpoint.?
Tagged:
0