Page 1 of 1

Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 2:56 am
by D.R

I'm having trouble with getting the info the person submitted to my database.
I used the create service, and it worked once and has been messing up since. Can someone please help?
.


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 3:12 am
by D.R

I'm getting this error when testing in create a service
{
"status":"400 Bad Request",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"DBSC252",
"description":"Invalid value for type 'object': ''."
}
}


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 3:41 am
by Igor

Hello,

Did you get this response when click “Test” button at the “Test” tab?
The following references should be helpful: http://docs.appery.io/documentation/b...


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 3:42 am
by D.R

Yes I did


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 3:43 am
by D.R

I already tried those references


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 3:51 am
by Igor

Could you attach please service "Settings" and "Request" tab screenshots.


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 4:12 am
by D.R

Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 5:51 am
by D.R

Now It's making the spaces but, isn't going anywhere smh Image


Creating a record when it is not in the database using create service of the database

Posted: Fri Dec 06, 2013 1:44 pm
by Maryna Brodina

Hello! Request parameters are case sensitive. In your DB and request parameters tab different parameter names. For example:
in DB patientName, but in parameters PatientName
in reqDoc, but in parameters RecDoctor

Please check all request parameters.