humantech / zoho-recruit-api

PHP Zoho Recruit API.
MIT License
10 stars 14 forks source link

add returnFullResult to addRecords for more output processing #5

Open nadirhamid opened 6 years ago

nadirhamid commented 6 years ago

hello,

thanks for writing this library.

I noticed there are times when you may need the full result from "addRecords". For example I was unable to get the id of a newly created record without making modifications to the method you created for "addRecords". the version in this pull request adds a parameter to return the complete JSON body for further processing.

please review this change.

thanks again.