v1
latestOpenAPI 3.0.12026-07-245277551.2 MBFiscal Documents
Get payment allocation transactions
Retrieves payment allocations.
get/fiscal-document/v1/fiscal-documents/allocations
Query parameters
sourceIdsinteger[]
source IDs.
sourceIdentifiersstring[]
source Identifiers.
sourceKind'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER'
Kind of the source entity
Filter by source kind.
receiptIdsinteger[]
document IDs.
Headers
X-Property-IDinteger required
Property id
Response
OK
Example response
[
{
"receipt_id": 8878321883381,
"source_id": 8878321883383,
"source_identifier": "HGJXJF",
"allocations": [
{
"transaction_id": 8878321883388,
"allocated_amount": 3.68
}
]
}
]