/reports/journal-entries
Paginated journal entries with configurable filters
Authorization
apiKey API key provided in dashboard
In: header
Query Parameters
comma separated journal entry ids
"active" | "inactive""historical" | "trust" | "operating"1 <= lengthWhether the end date in dateRange or paidAtRange is treated as inclusive (true) or exclusive (false).
truecomma separated reservation ids or "unmapped"
1 <= lengthcomma separated transaction ids
comma separated owner statement ids
Currency in ISO 4217 format, will be converted to lowercase
listing ids comma separated or "unmapped"
1 <= lengthlisting ownership period ids comma separated or "unmapped"
1 <= lengthaccount ids comma separated accounts or "unmapped"
1 <= lengthcomma separated account reservation line type ids
1 <= lengthcomma separated categories
comma separated categories to exclude
comma separated contacts
"ledger" | "bank" | "recurringFee" | "nonPosting"comma separated journal entry types
comma separated journal entry types to exclude
comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout"
comma separated booking channel refs
comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition"
comma separated journal entry trigger types to exclude
comma separated parties
"owners" | "manager"comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution"
comma separated manager statement section ids
"taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance"1001 <= value <= 25011 <= valueResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.vrplatform.app/reports/journal-entries"{
"data": [
{
"id": "string",
"active": "active",
"issues": [
{
"code": "generalLedgerStartAt",
"severity": "warning",
"context": {
"statementStartAt": "string"
}
}
],
"txnCode": "string",
"txnAt": "string",
"description": "string",
"centTotal": 0,
"type": "reservation",
"reservationId": "string",
"transactionId": "string",
"ownerStatementId": "string",
"currency": "string",
"ledger": "historical",
"entityType": "string",
"status": "string",
"listingId": "string",
"uniqueRef": "string",
"triggerType": "deferredRevenue",
"party": "string",
"contactId": "string",
"listingOwnershipPeriodId": "string",
"recurringFeeId": "string",
"recurringFeeListingSubscriptionId": "string",
"account": {
"id": "string",
"name": "string"
},
"detail": {
"owners": "string",
"listing": "string",
"reservationConfirmationCode": "string",
"bookingChannel": "string",
"transactionReference": "string",
"reservationLineReference": "string",
"contact": "string",
"classification": "string",
"category": "string"
}
}
],
"pagination": {
"limit": 100,
"page": 1,
"total": 0,
"totalPage": 0,
"nextPage": 0
}
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}