routineRunRequest
routineRunRequest
Represents a Routine run request
JSON Example
{
"requestedBy": "string",
"correlation": {
"correlationType": "string",
"correlationId": "string"
},
"routineRunId": "string",
"description": "string",
"callbackServiceId": "string",
"requestHeader": {
"entries": [
{
"key": "string"
}
]
},
"requestData": {
"entries": [
{
"key": "string"
}
]
}
}
string
requestedBy
Optional
name/id of the user requested the routine run
string
routineRunId
Optional
optional parameter which sets the id of the routine run once created. may be disregarded
string
description
Optional
human readable description for the routine run request
string
callbackServiceId
Optional
service id to callback on routine run complete/fail