Accounting Records
Report accounting export results
Report export success or failure for accounting records.
post/v3/accounting/records/export-results
Request body
Example request
{
"results": [
{
"accounting_record_id": "accr_abc123",
"success": {
"reference_id": "erp_txn_456789",
"deep_link_url": "https://erp.com/transactions/456789"
}
}
]
}Response
Export results processed successfully
Example response
{
"updated_accounting_record_ids": [
"accr_abc123",
"accr_def456"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.