Everyone:
I'm working on an app that needs to push data back into an iForm. I was able to figure out how to GET data using the Search & iForms API's. Unfortunately I'm having no luck with PUTing or PATCHing data back. I'm using WebRequest for the GET and would like to use WebRequest for the PUT. Does anyone have an example they would care to share?
Sincerely,
Dale Williams
Submitted by
iCIMSUNIFIL on October 25, 2019Permalink
The iForms API page has examples: https://developer.icims.com/REST-API/Object-Types-Commands/iFORMS .
Specifically the "Submit a filled out form" and "Update the information for a specific form" sections.