How to add interviews through API

How to add interviews through API

I'm trying to add an interview without much luck. The documentation gives examples of adding just about everything except an interview.

However, the issue might be the way I'm formatting it, because the documentation is unclear to me. It seems as if the xml should be passed in the url, which seems unusual.

I've tried the data as both plain and character escaped, but nothing seems to work, nor do I even get an error response.

  1. https://recruit.zoho.com/recruit/private/xml/Interviews/addRecords?authtoken=***&scope=recruitapi&version=2&xmlData=<Interviews>
    <row no="1">
    <FL val="CANDIDATEID">***</FL>
    <FL val="Interview Name">***</FL>
    <FL val="Posting Title">***</FL>
    <FL val="Start DateTime">***</FL><FL val="End DateTime">***/FL>
    </row>
    </Interviews>