class

Vecos::API::LockerBookings

Inherits Reference < Object

Constructors

new(session : Session)
Source

Instance methods

create(start_date_time_utc : String, end_date_time_utc : String, locker_group_id : String, locker_bank_id : String, locker_id : String, external_user_id : String)
Source
delete(booking_id : String)
Source
list(external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
Source
list_availability(external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10, location_id : String | Nil = nil, section_id : String | Nil = nil, locker_bank_id : String | Nil = nil, locker_group_id : String | Nil = nil, locker_id : String | Nil = nil)
Source