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.

Person folder filters not working

General discussion

I have been trying to make request to get Employees or Candidates using the search API endpoints using both GET and POST

Employees:
GET https://api.icims.com/customers/0000/search/people?searchJson={ "filters": [ { "name": "person.folder", "value": ["D32013"], "operator": "=" } ] }

Candidates:
GET https://api.icims.com/customers/0000/search/people?searchJson={ "filters": [ { "name": "person.folder", "value": ["D32007"], "operator": "=" } ] }

I am getting the following:

Creating new applicantworkflows

General discussion

We are having an issue when creating a new applicantworkflows object.

The field is status. We are getting a FIELD-NOT-ACCESSIBLE error.

When we try and leave the field blank, we are getting a FIELD_REQUIRED error.

Entry: A client clicks the submit candidate button on our platform.
We make a series of API calls to insert the candidate into iCims and attach them to a requisition.
We create a new applicant workflows object.
Exit: Status field returns Field Not Accessible.