Vecos::API::LockerBookings
Inherits Reference < Object
Constructors
new(session : Session)
SourceInstance 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)
Sourcedelete(booking_id : String)
Sourcelist(external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
Sourcelist_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