VRPlatformVRPlatform
Reservations

/reservations/journal-entries

Generate reservation journal entries

POST
/reservations/journal-entries
X-API-Key<token>

API key provided in dashboard

In: header

Request Body

application/json

lockPolicy?string

bestEffort: Continue refresh without pre-failing reservation lock status. strict: Reject refresh when reservation is lock-flagged. bypassStatementPeriod: Same as bestEffort, plus statement-period bypass. Books-closed and owner-statement attachment locks still apply.

Value in"bestEffort" | "strict" | "bypassStatementPeriod"
ids?array<string>
mode?string
Value in"full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly"
repairManagerFeeBalance?boolean

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.vrplatform.app/reservations/journal-entries" \  -H "Content-Type: application/json" \  -d '{}'
{
  "total": 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
}