NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on August 07, 2017, 04:02:50 AM

Title: Webservice Rest Api Delete does nort work
Post 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" : ""
         }
      ]
   }
}


Title: Re: Webservice Rest Api Delete does nort work
Post by: jari@softmade.fi on August 09, 2017, 03:44:41 AM
Hi

I do not know why, but now the deletion succeeded
So the problem is resolved

Jari
Title: Re: Webservice Rest Api Delete does nort work
Post by: Bruce on August 09, 2017, 04:43:05 AM
cool.