/reports/manager-statements/detail/journal-entries
Paginated manager statement journal entries
Authorization
apiKey API key provided in dashboard
In: header
Query Parameters
comma separated journal entry ids
"active" | "inactive"1 <= lengthcomma separated reservation ids
comma 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 categories
comma separated contacts
"ledger" | "bank" | "recurringFee" | "nonPosting"comma separated journal entry types
comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout"
comma separated booking channel refs
comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition"
"taxPayable" | "advancedDeposit" | "listingOpeningBalance"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/manager-statements/detail/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": "trust",
"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",
"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
}