PATCH api/v1/cases/{caseId}/update-completed-for-current-user/{isCompleted}

Used to set status completed on a case for the current user. If all users assigned to a case set their status to closed, the case is also closed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

CaseId

integer

Required

isCompleted

true/false

boolean

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.