get_salary_bonus_list
Retrieve salary and bonus distribution rosters for any month range. Accepts YYYY-MM or YYYY-MM-DD inputs and converts them to the required format.
Instructions
Get the salary and bonus distribution roster across a month range.
Accepts ISO-style YYYY-MM input (or a full YYYY-MM-DD, which is truncated
to its month) and sends MAYO's expected YYYY/MM format internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_month | Yes | Range end month in `YYYY-MM` or `YYYY-MM-DD` format | |
| start_month | Yes | Range start month in `YYYY-MM` or `YYYY-MM-DD` format |