Vecos::API::Lockers
Inherits Reference < Object
Constructors
new(session : Session)
SourceInstance methods
allocate(locker_bank_id : String, locker_group_id : String, external_user_id : String)
Sourceallocate(locker_id : String, external_user_id : String)
Sourceallocate_dynamically(locker_id : String, external_user_id : String)
Sourceallocated(external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10) : Models::Responses::LockerCollectionResponse
Sourceattach_pincode(locker_id : String, code : String)
Sourceblock(locker_id : String)
Sourcecanallocate?(locker_id : String, external_user_id : String)
Sourcecanallocate?(external_user_id : String)
Sourcedelete_pincode(locker_id : String)
Sourcerelease(locker_id : String, external_user_id : String, ignore_self_release_allowed : Bool)
Sourceunblock(locker_id : String)
Sourceunlock(locker_id : String, external_user_id : String, open_time : Int8)
Sourceunlock_pincode(locker_id : String)
Sourceunlock_without_pincode(locker_id : String)
Source