Discuss this help topic in SecureBlackbox Forum
REST: Send a JSON request
To send an XML REST request you need to
- prepare a JSON request as an instance of TElJsonEntity object (please see how-to articles about JSON basic operations);
- setup the REST client class;
- pass the prepared TElJsonEntity to TElRESTClient.Post() or TElRESTClient.Put() method to send the request to the server;
Discuss this help topic in SecureBlackbox Forum