Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 397 Bytes

File metadata and controls

10 lines (7 loc) · 397 Bytes

Holidays

Agent holiday and leave records (/api/Holiday). Supports list, get by ID, create, and delete per OpenAPI.

Operations

  • Get ManyGET /Holiday with optional agent_id, approved_only, start_date, and end_date filters
  • Get by IDGET /Holiday/{id} (string ID)
  • CreatePOST /Holiday with JSON body fields
  • DeleteDELETE /Holiday/{id}