Record an intercompany settlement (netting entry)

POST/api/v1/advisory-firms/{firm_id}/settlements

Books a netting journal entry in each entity (debit due-to / credit due-from) after the repayment transfer has been matched, and marks the pair's open eliminations as posted. Refuses to net more than both gross balances support.

Operation ID: record_settlement_api_v1_advisory_firms__firm_id__settlements_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

firm_idstringrequired

Request body

payer_business_idstringrequired
payee_business_idstringrequired
amount_centsintegerrequired
settlement_datestring · daterequired
memostring

Responses

201Successful Response

successboolean
messagestring
codestring
dataRecordSettlementResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error - Invalid data format