Reservations
POST /api/ocpp/reservations
Request body
{
portId: number; // Flipturn charging port ID
expiryDate: string; // ISO 8601 datetime when the reservation expires
idTag: string; // Identifier of the user (RFID UID, token, etc). Max 20 characters.
reservationId: number; // Unique integer identifier for this reservation (caller-assigned)
parentIdTag?: string; // Optional parent identifier for group reservations (OCPP 1.6 only)
idTokenType?: string; // Optional. OCPP 2.0.1 only. See below for valid values. Defaults to 'Central'.
}Value
Description
Response
Status
Meaning
Example
POST /api/ocpp/reservations/cancel
Request body
Response
Status
Meaning
Example
Last updated