We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When caller sends a request to the backend service, the request body should have this data structure:
{ "data": object, "parameters": { "string": "string", // parameter display name for key "param2": "param2 value" } }
Fields:
data: An object created using the instruction defined in the serviceInputDefinition attribute in the service metadata.
parameters: key value pairs containing parameters for request. The parameters should match serviceInputDefinition