POST
/closeAPI/api/close/results/issue/{id}/reopen
curl \
--request POST 'https://customer.trintech.com/closeAPI/api/close/results/issue/{id}/reopen' \
--header "Content-Type: application/json" \
--data '{"receiverUsername":"string","receiverSlot":42,"comment":"string","shouldSaveComment":true,"ccUserIds":["string"]}'
Request examples
{
"receiverUsername": "string",
"receiverSlot": 42,
"comment": "string",
"shouldSaveComment": true,
"ccUserIds": [
"string"
]
}