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

Compare with Current View Page History

« Previous Version 5 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();

Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


Method description


Parameter(s):

NameTypeMandatoryDefault Value





Return:

TypeDescription



Example:


  • No labels