D.R
Posts: 0
Joined: Tue Nov 26, 2013 2:48 am

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

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?
.

D.R
Posts: 0
Joined: Tue Nov 26, 2013 2:48 am

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

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': ''."
}
}

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

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

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...

D.R
Posts: 0
Joined: Tue Nov 26, 2013 2:48 am

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

I already tried those references

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

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

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

D.R
Posts: 0
Joined: Tue Nov 26, 2013 2:48 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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.

Return to “Issues”