Discuss this help topic in SecureBlackbox Forum

REST: Send a JSON request

To send an XML REST request you need to

  1. prepare a JSON request as an instance of TElJsonEntity object (please see how-to articles about JSON basic operations);
  2. setup the REST client class;
  3. pass the prepared TElJsonEntity to TElRESTClient.Post() or TElRESTClient.Put() method to send the request to the server;

How To articles about REST client

Discuss this help topic in SecureBlackbox Forum