Route reopen request
Body
Required
-
actionPlanIds
array[integer] -
receiverSlot
string Values are
PERFORMER
,REVIEWER
, orAPPROVER
. -
comment
string -
shouldSaveComment
boolean -
ccUserIds
array[string]
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
]