POST
/closeAPI/api/close/results/task/reopen
curl \
--request POST 'https://customer.trintech.com/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
]