Represents a request to execute an action
DocumentProperty | Type | Description |
---|---|---|
method | Text | HTTP method i.e. GET, POST |
uriFragments | Text | URL-encoded uri fragments i.e. foo=bar&bar=foo |
parameters | Text | URL-encoded query parameters i.e. foo=bar&bar=foo |
headers | Text | URL-encoded headers i.e. foo=bar&bar=foo |
body | Backend_ActionExecuteRequestBody | Request body of this execution |