Creator REST API - Response Code 2832 while Addding record

Creator REST API - Response Code 2832 while Addding record

Hello,
I am trying to use the REST API to add a record to a form in my application.

Here is the form on my htm page:


<form method="POST" action="http://creator.zoho.com/api/xml/sampleapp/Contact/add/apikey=123456&ticket=123456">
<input type="text" name="Name" value="Column Value">
<input type="text" name="City" value="Column Value">
<input type="submit" value="Submit XML String">
</form>







On submitting the form, I am getting error code 2832- "[application owner] parameter is not available in the request" in response

The application is private and has not been shared.

Any ideas what I should do for this to work?

Thanks.