Process Callback

Process Callback

Controller method, callbacks from the Work Item service to the Management service.

Request
URI
POST
https://{api_host}/management-service/api/work-item/callbacks
COPY
Request Body

instance of WorkItemCallbackAction

workItemCallbackAction of type(s) application/json
Required
{
    "targetId": "string",
    "workItemTypeId": "string",
    "formData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    },
    "workItemId": "string",
    "assignee": "string",
    "completeActionId": "string",
    "completedDate": "string"
}
string
targetId
Optional

targetId

string
workItemTypeId
Optional

workItemTypeId

formData
Optional

formData

string
workItemId
Optional

workItemId

string
assignee
Optional

assignee

string
completeActionId
Optional

completeActionId

string As date-time As date-time
completedDate
Optional

completedDate

Responses
200

Success.

Operation doesn't return any data structure