get_benefit_costs
Retrieve benefit cost details including employee and employer contributions for an employee using their ID and an optional date.
Instructions
Get benefit cost information including employee and employer contributions.
:param employee_id: The employee ID (EMPLID)
:param as_of_date: Optional date (YYYY-MM-DD format). Defaults to current date.
:return: Benefit costs by plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of_date | No | ||
| employee_id | Yes |