delete via api
Good evening, Masters
I communicate with an API, using the %Net.HttpRequest class, I can include, query and change information, but I cannot delete it
%Net.HttpRequest does not have DELETE (as it has Get,Put,Post)
<METHOD DOES NOT EXIST> *Delete,%Net.HttpRequest
What is another way to do this exclusion?
Grateful
davidson
Product version: Caché 2018.1
$ZV: Cache for Windows (x86-64) 2018.1.7 (Build 721) Fri Mar 18 2022 22:24:36 EDT
Discussão (2)0
Comments
Hi Davidson, I hope you are well
The %Net.HttpRequest class has the Send method. Using this method you can select the action.
All the methods you mentioned use the Send method internally.
good morning, Rodolfo
Thank you very much, I managed to solve the problem.
Gratitude.
hug