Accessing APIs and services with POST
To call any API with its full input, send a POST HTTP request to
/invoke/apiName. You can also call any custom service with a
POST to
/executeFlow/serviceName.
The following example shows a request to getOrderList that uses
POST:
POST https://host:port/contextRoot/restapi/invoke/getOrderList