Associate transaction with case
_internal
Associate transaction with case
Associates a transaction with a case ID and optional party ID after creation. This is primarily used for case creation where the charge happens before the case exists. Requires billing.transactions.creator permission.
POST
Associate transaction with case
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
application/json
ID of the transaction to update
Example:
"8f3d9b7a-2c1e-4f6a-9d8b-3e7f6a5c4d2b"
Case ID to associate with the transaction (max 20 characters)
Example:
"2025-08-00292"
Optional party ID to associate with the transaction (max 20 characters)
Example:
"claimant"
Response
Transaction successfully updated
Example:
"ok"