Vecos::API::LockerBanks
Inherits Reference < Object
Constructors
new(session : Session)
SourceInstance methods
add_locker_brick(locker_bank_id : String, locker_brick_count : Int32, locker_count : Int32, is_z_locker : Bool, clockwise : Bool, first_number_top : Bool, insert_before_locker_brick_id : String | Nil = nil)
Sourceautonumber(locker_bank_id : String, start_number : Int32 = 1)
Sourcecreate(name : String, description : String, door_number_prefix : String, number_order : Int32, number_order_reverse : Bool, random_allocation : Bool, section_id : String)
Sourcedelete(locker_bank_id : String)
Sourcedelete_lockerbrick(locker_bank_id : String, locker_brick_id : String)
Sourcedelete_master_pincode(locker_bank_id : String)
Sourceget(locker_bank_id : String)
Sourceget_status(locker_bank_id : String) : Models::Responses::LockerBankSystemStatusResponse
Sourcelist(page_number : Int32 = 1, page_size : Int32 = 10)
Sourcelist_available_lockers(locker_bank_id : String, locker_group_id : String)
Sourcelist_locker_bank_allocations(locker_bank_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
Sourcelist_locker_bricks(locker_bank_id : String)
Sourcelist_locker_groups(locker_bank_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
Sourcelist_lockers(locker_bank_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
Sourcelist_offline_locker_banks
Sourcelist_offline_pincode_locker_banks
Sourcelist_pincode_lockers(locker_bank_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
Sourcepublish(locker_bank_id : String)
Sourceredetect(locker_bank_id : String)
Sourceset_master_pincode(locker_bank_id : String, code : String)
Sourceunpublish(locker_bank_id : String)
Source