Agent holiday and leave records (/api/Holiday). Supports list, get by ID, create, and delete per OpenAPI.
- Get Many —
GET /Holidaywith optionalagent_id,approved_only,start_date, andend_datefilters - Get by ID —
GET /Holiday/{id}(string ID) - Create —
POST /Holidaywith JSON body fields - Delete —
DELETE /Holiday/{id}