Update Request Status and Priority
Updates the status and priority of multiple requests.
Request
Body Params application/json
[
{
"RequestID": 0,
"EngagementID": 0,
"Title": "string",
"Reference": "string",
"Description": "string",
"HighPriority": true,
"SendEmailImmediately": true,
"Status": 0,
"ClientUserID": 0,
"FirmUserID": 0,
"ExcludeFromDuplication": true,
"DueDate": "2019-08-24T14:15:22Z"
}
]
Responses
OK: The request statuses and priorities were successfully updated.
This response does not have a body.
Modified at 2025-03-24 12:24:39