NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on August 07, 2017, 04:02:50 AM
-
Hello
I tried to delete the record with web77 and client examples, but it does not work.
How can I do this?
Regards
Jari
Request:
DELETE /database/dbCustomer/1 HTTP/1.1
Response:
{
"dbCustomer_response" : {
"queue" : [
{
"ERRORNUMBER" : 35,
"ERRORPOSITION" : "dbCustomer",
"ERRORRECORDID" : "CUS_ID=0",
"ERRORDESCRIPTION" : "Record not found when attempting to do a Delete",
"ERRORRECOMMENDATION" : ""
}
]
}
}
-
Hi
I do not know why, but now the deletion succeeded
So the problem is resolved
Jari
-
cool.