For AI agents: the documentation index is at /docs/rcmbox/llms.txt. A Markdown version of this page is available at /docs/rcmbox/workflows/adjustment-and-transfer.md or by requesting it with the Accept: text/markdown header.
RCMbox Docs

Adjustment and Transfer

Processes a BillingTask that requires a contractual adjustment and balance transfer to the next payer. Creates three BillingAccountTransaction resources: an adjustment write-off, a transfer credit, and a transfer debit to the next responsible payer.

Input

FieldTypeDescription
taskIdstringBillingTask resource ID
tenantOrganizationIdstringTenant Organization ID

Activity flow

fetch-context → create-adjustment → create-transfer-credit → create-transfer-debit → prepare-save → save

Last updated: