Skip to main content
PATCH
/
entity
/
{entityId}
/
cases
Resolve cases for an entity
curl --request PATCH \
  --url https://api.frankiefinancial.io/transaction/v2/entity/{entityId}/cases \
  --header 'Content-Type: application/json' \
  --header 'X-Frankie-CustomerID: <x-frankie-customerid>' \
  --header 'apiKey: <api-key>' \
  --data '
{
  "update": {
    "createdBy": "[email protected]",
    "comment": "Case has been manually reviewed to be a false positive",
    "newStatus": "PENDING",
    "assignedTo": "[email protected]"
  },
  "filter": {
    "caseIds": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ],
    "needsAttention": true,
    "resultTypes": [
      "AML",
      "CUSTOMER",
      "FRAUD"
    ]
  }
}
'
{
  "total": 123,
  "successful": {
    "count": 123
  },
  "failed": {
    "count": 123
  }
}

Authorizations

apiKey
string
header
required

API key issued by FrankieOne. This will rotate regularly.

Headers

X-Frankie-CustomerID
string
required

Your Customer ID provided by FrankieOne

Example:

"12345678-1234-1234-1234-123456789012"

X-Frankie-CustomerChildID
string

Your Customer Child ID provided by FrankieOne

Example:

"87654321-4321-4321-4321-210987654321"

Path Parameters

entityId
string
required

Unique identifier of a FrankieOne entity The unique identifier for a FrankieOne entity construct

Example:

"98ded7ac-2457-4bde-b27c-fcee05301262"

Body

application/json
update
object

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

filter
object

Response

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

total
integer
required

Total of number of items that were found to be actioned by bulk update request

successful
object
required

Represents the result of a bulk update action

failed
object
required

Represents the result of a bulk update action