OCPI Booking Calendar

OCPI 2.3.0 Booking 1.1 - community calendar (`begin_from` / `available_timeslots`) or legacy timeslots

Filters
Create Booking 1.1 (preview)
POST /ocpi/2.3.0/booking?booking_format=booking11 - community-validated payload
{
  "id": "BK-1788724667937",
  "country_code": "<OUR_COUNTRY_CODE>",
  "party_id": "<OUR_PARTY_ID>",
  "request_id": "REQ-1788724667937",
  "location_id": "",
  "connector_id": "1",
  "period": {
    "start_from": "2026-09-06T10:00:00.000Z",
    "end_before": "2026-09-06T11:00:00.000Z"
  },
  "reservation_status": "RESERVED",
  "authorization_reference": "REQ-1788724667937",
  "cdr_token": {
    "uid": "demo-token-uid",
    "contract_id": "demo-token-uid",
    "type": "APP_USER",
    "country_code": "<OUR_COUNTRY_CODE>",
    "party_id": "<OUR_PARTY_ID>"
  },
  "booking_terms": {
    "supported_access_methods": [
      "TOKEN"
    ],
    "change_until_minutes": 60,
    "cancel_until_minutes": 30
  },
  "booking_requests": [
    {
      "request_status": "ACCEPTED",
      "request_received": "2026-09-06T19:57:47.937Z",
      "booking_request": {
        "country_code": "<OUR_COUNTRY_CODE>",
        "party_id": "<OUR_PARTY_ID>",
        "request_id": "REQ-1788724667937",
        "location_id": "",
        "period": {
          "start_from": "2026-09-06T10:00:00.000Z",
          "end_before": "2026-09-06T11:00:00.000Z"
        },
        "authorization_reference": "REQ-1788724667937"
      }
    }
  ],
  "last_updated": "2026-09-06T19:57:47.937Z"
}
Total Slots
0
Available
0
Blocked
0
No timeslots for the selected location and date range.