Skip to content

Task Request

Chris Churas edited this page Oct 17, 2024 · 2 revisions

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