Updates the details of a specific engagement.
Request
Body Params application/json
{
"EngagementID": 0,
"DivisionID": 0,
"Title": "string",
"Code": "string",
"Type": "string",
"Period": "string",
"Year": 0,
"StartDate": "2019-08-24T14:15:22Z",
"DueDate": "2019-08-24T14:15:22Z",
"OwnerID": 0,
"Status": 0,
"ProfessionalUsers": [
{
"UserID": 0,
"RoleID": 0
}
],
"ClientUsers": [
{
"UserID": 0,
"RoleID": 0
}
]
}
Responses
OK: The engagement was successfully updated.
This response does not have a body.
Modified at 2025-03-24 12:24:39