class Vecos::API::Sections
- Vecos::API::Sections
- Reference
- Object
Defined in:
vecos/api/sections.crConstructors
Instance Method Summary
- #create(name : String, location_id : String)
- #delete(section_id : String)
- #get(section_id : String)
- #list(page_number : Int32 = 1, page_size : Int32 = 10)
- #list_allocatable_locker_bank_locker_groups(section_id : String, external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10) : Models::Responses::LockerBankLockerGroupResponse
- #list_locker_banks(section_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
- #update(section_id : String, name : String, location_id : String)
Constructor Detail
Instance Method Detail
def list_allocatable_locker_bank_locker_groups(section_id : String, external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10) : Models::Responses::LockerBankLockerGroupResponse
#