Route reopen request

POST /closeAPI/api/close/results/task/reopen
application/json

Body Required

Responses

  • 200 application/json

    OK

POST /closeAPI/api/close/results/task/reopen
curl \
 --request POST 'http://close-service:8082/closeAPI/api/close/results/task/reopen' \
 --header "Content-Type: application/json" \
 --data '{"actionPlanIds":[42],"receiverSlot":"PERFORMER","comment":"string","shouldSaveComment":true,"ccUserIds":["string"]}'
Request examples
{
  "actionPlanIds": [
    42
  ],
  "receiverSlot": "PERFORMER",
  "comment": "string",
  "shouldSaveComment": true,
  "ccUserIds": [
    "string"
  ]
}
Response examples (200)
[
  42
]