Resolve cases for an entity

Deprecated
Request that the cases for an entity are all updated with the same information as provided in the request. You can use this operation to resolve a set of cases for an entity.

Path parameters

entityIdstringRequired
Unique identifier of a FrankieOne entity

Headers

apiKeystringRequired
X-Frankie-CustomerIDstringRequired
Your Customer ID provided by FrankieOne
X-Frankie-CustomerChildIDstringOptional
Your Customer Child ID provided by FrankieOne

Request

This endpoint expects an object.
updateobjectOptional
Describes the update to a case status check, either via a comment appended to the case, a status update or an assignment of the case to another user
filterobjectOptional

Response

Response from the PATCH /entity/{entityId}/cases endpoint

totalinteger
Total of number of items that were found to be actioned by bulk update request
successfulobject
Represents the result of a bulk update action
failedobject
Represents the result of a bulk update action

Errors