Changes to Federal W-4 Values

General discussion

The Federal form W-4 is changing effective 1/1/2020. There are new values for Filing Status (iCIMS ID = federalmaritalstatus). There are also several new fields on the form. Is iCIMS making changes to the values return in the Person Profile for Filing Status to support the new form? Will any of the other new data from the form be available in iCIMS? If so, in which data object and what values will be returned.

Any C# iForm API PUT/PATCH examples?

General discussion

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

Patch API resume pdf upload

General discussion

I am trying to update a resume through API. I keep on getting this error:
{
"errors":[
{
"errorMessage": "The Content provided as part of the request was invalid.",
"errorCode": 17
}
]
}

I am trying to push using RESTLET client with correct credentials, I tried .pdf file, .docx file , .doc file. I am confused as to what is required as content. How do I send {RAW BINARY CONTENT} as mentioned in the api docs.