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" : ""
}
]
}
}