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?
.
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?
.
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': ''."
}
}
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...
I already tried those references
Could you attach please service "Settings" and "Request" tab screenshots.
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.