Get facility ledger entries by UUIDs
Retrieves ledger entry details for the provided array of UUIDs within a specific facility, most recently created first
Documentation Index
Fetch the complete documentation index at: https://api.monument.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of ledger entry UUIDs to retrieve data for
[
"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e"
]
Response
Ledger entry details retrieved successfully
UUID of the ledger entry
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
UUID of the invoice
"4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e"
UUID of the rental record associated with this ledger entry
"5c6d7e8f-9a0b-1c2d-3e4f-5a6b7c8d9e0f"
UUID of the item type
"5c6d7e8f-9a0b-1c2d-3e4f-5a6b7c8d9e0f"
Start date of the ledger entry service period
"2024-01-15T10:30:00.000Z"
End date of the ledger entry service period
"2024-01-15T10:30:00.000Z"
Current balance of the invoice item in pennies
15000
Description of the invoice item
"Monthly Storage Fee"
Original balance of the invoice item
15000
Date when the ledger entry was created
"2024-01-15T10:30:00.000Z"
Invoice due date
"2024-01-15T10:30:00.000Z"
Date when the ledger entry was last updated
"2024-01-20T15:45:00.000Z"
Type of transaction for this ledger entry
PAYMENT, CREDIT, BAD_DEBT_WRITE_OFF, REFUND, VOID, INVOICE, CREDIT_MEMO, TRANSFER_CREDIT, REVERSED_CREDIT, FAILED_PAYMENT_REVERSAL, VOID_INVOICE, VOID_CHECK, CHARGEBACK, DEBIT_MEMO, AUCTION_PAYMENT, AUCTION_PAYOUT, BALANCE_TRANSFER "INVOICE"
Category of the item type linked to the invoice item. Null if the invoice item has no linked item type.
"COVERAGE"

