v4
OpenAPI 3.0.02026-07-314441026.8 MBList allowance line items
Query parameters
Date filters support two formats: Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: payroll_period_start=2024-01-01 Use an array-like syntax to specify a range with one or more comparison operators:
- gt (greater than)
- gte (greater than or equal to)
- lte (less than or equal to)
- lt (less than) Example: payroll_period_start[gte]=2024-01-01&payroll_period_start[lt]=2024-12-31
Date filters support two formats: Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: payroll_period_end=2024-01-01 Use an array-like syntax to specify a range with one or more comparison operators:
- gt (greater than)
- gte (greater than or equal to)
- lte (less than or equal to)
- lt (less than) Example: payroll_period_end[gte]=2024-01-01&payroll_period_end[lt]=2024-12-31
Date filters support two formats: Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: payroll_pay_date=2024-01-01 Use an array-like syntax to specify a range with one or more comparison operators:
- gt (greater than)
- gte (greater than or equal to)
- lte (less than or equal to)
- lt (less than) Example: payroll_pay_date[gte]=2024-01-01&payroll_pay_date[lt]=2024-12-31
Only return line items with an earned_on date matching the filter.
Date filters support two formats: Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: earned_on=2024-01-01 Use an array-like syntax to specify a range with one or more comparison operators:
- gt (greater than)
- gte (greater than or equal to)
- lte (less than or equal to)
- lt (less than) Example: earned_on[gte]=2024-01-01&earned_on[lt]=2024-12-31
Response
OK