You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This server class

execute()

Sends the REST message


Return:

TypeDescription
SimpleRestResponseResponse to the message sent by the execute() method.


Example:

execute
var sm = new sn_ws.SimpleRestRequestApi(“REST_message_record”, “get”);
var response = sm.execute();

  • No labels