Class: ZktClient::Department
- Defined in:
- lib/zkt_client/models/department.rb
Overview
Department class handles operations related to departments in the ZktClient
Constant Summary collapse
- URLS =
URL endpoints for the Department resource
{ base: "/personnel/api/departments/" }.freeze
- REQUIRED_FEILDS =
Required fields for creating or updating a Department resource
%i[dept_code dept_name].freeze