post

post(request: JadeRestRequest;
     result:  JadeRestResponse io);

The post method of the JadeRestClient class executes a POST operation on a resource of the REST API specification.

The parameters for the post method are listed in the following table.

Parameter Description
request Specifies the name of the JadeRestRequest resource to be added to the REST API specification as well as any parameters required by the REST API method.
result Contains the JadeRestResponse results of the POST operation; that is, details of the response from the REST server.

2020.0.01 and higher