I am using following php library for to work with Taleo
Taleo : http://www.oracle.com/us/products/applications/taleo/overview/index.html
PHP library : https://github.com/Polzme/Taleo
Taleo REST API documentation: http://www.oracle.com/technetwork/documentation/default-1841567.html
POST /candidate/{id}/resume
I wanted to use above API for my project I wanted to create candidate and upload resume for them using api.
I went through the library code but i didn't found any file or any code line, which is related to resume
or attachment
Can you please help me with simple example with library or without library.
Here is working the example, some how I am able to get it worked