API issue

API issue

Hi, I am trying to add records into a form by add using the API. Here is the example with dummy data.

form method="POST" action="https://creator.zoho.com/api/MYSYTEM/xml/MYTABLE/form/Room_Sponsor_Data_Form/record/add/"><input type="hidden" name="authtoken" value="MYKEY">

<input type="hidden" name="scope" id="scope" value="creatorapi">

<input type="text" name="GiftDate" value="11/11/2016">

<input type="text" name="ContactType" value="Telephone">

<input type="text" name="AppealId" value="RAP617VV">

<input type="text" name="PackageId" value="06P">

<input type="text" name="GiftSubType" value="Direct Debit">

<input type="text" name="GFTAmount" value="12.00">

<input type="text" name="Frequency" value="Monthly">

<input type="text" name="GiftAid" value="Y">

<input type="submit" value="Add Record">

</form>


I have altered MYSYSTEM, MYTABLE and auth token.The issue is that I can't see the record in the table that I am loading it into, but the table shows that I have added something. Can anyone see any issues or know why this is?


Many Thanks