Update Request Status and Priority
Updates the status and priority of a specific request.
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 was updated successfully.
This response does not have a body.
Modified at 2025-03-24 12:24:39