Hi,
Trying to create a WO using the projection SimpleWorkReportingAssistantHandling in 22R2. As the first step, the necessary information is inserted into an virtual and it is successful.
Final step is to invoke POST https://carrix-stg.ifs.cloud/main/ifsapplications/projection/v1/SimpleWorkReportingAssistantHandling.svc/SimpleWorkReportingSet(Objkey='{Objkey}')/IfsApp.SimpleWorkReportingAssistantHandling.SimpleWorkReportingVirtual_Finish.
Here, the objkey is needed from the previous step as a Path Parameter and it does not accept a request payload.
I was able to extract the objkey using the below method.
But unable to connect the objkey as a Path Parameter to the URL.
Any ideas?
Thank You!