List employer benefit line items
Query parameters
Only return line items on the specified Pay Stub.
Only return line items on Pay Stubs on the specified Payroll.
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 on Pay Stubs on the specified Pay Schedule.
Only return line items on Pay Stubs for the specified Work Assignment.
Only return line items on pay stubs for the specified Employee.
Only return line items on pay stubs for the specified Contractor.
Only return line items on Pay Stubs under the specified Business Entity.
Only return line items with the specified types.
Only return line items without the specified types.
Response
OK
Changes
Changed in 5 of the 18 revisions of this API.1020
- ○
added the optional property
data/items/data/anyOf[subschema #4: With remittance_account expanded]/remittance_account/data/superseded_byto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #4: With remittance_account expanded]/remittance_account/data/superseded_onto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
included_in_stat_holiday_payenum value to thedata/items/data/allOf[subschema #1: Employer Benefit Line Item]/employer_benefit_type/data/features/items/definitions/items/effects/items/response property for the response status200response-property-enum-value-added
- ●
added the new
stat_payableenum value to thedata/items/data/allOf[subschema #1: Employer Benefit Line Item]/employer_benefit_type/data/features/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ●
removed the optional property
data/items/data/anyOf[subschema #13: With tag_assignment expanded]/tag_assignment/data/tag_allocations/items/tags/items/expense_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #13: With tag_assignment expanded]/tag_assignment/data/tag_allocations/items/tags/items/liability_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #14: With managed_tag_assignment expanded]/managed_tag_assignment/data/tag_allocations/items/tags/items/expense_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #14: With managed_tag_assignment expanded]/managed_tag_assignment/data/tag_allocations/items/tags/items/liability_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #15: With custom_tag_assignment expanded]/custom_tag_assignment/data/tag_allocations/items/tags/items/expense_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #15: With custom_tag_assignment expanded]/custom_tag_assignment/data/tag_allocations/items/tags/items/liability_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #16: With tag_assignment_amounts expanded]/tag_assignment_amounts/data/items/data/tag_allocations/items/tags/items/expense_template_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/data/anyOf[subschema #16: With tag_assignment_amounts expanded]/tag_assignment_amounts/data/items/data/tag_allocations/items/tags/items/liability_template_codefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/data/anyOf[subschema #13: With tag_assignment expanded]/tag_assignment/data/tag_allocations/items/tags/items/expense_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #13: With tag_assignment expanded]/tag_assignment/data/tag_allocations/items/tags/items/liability_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #14: With managed_tag_assignment expanded]/managed_tag_assignment/data/tag_allocations/items/tags/items/expense_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #14: With managed_tag_assignment expanded]/managed_tag_assignment/data/tag_allocations/items/tags/items/liability_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #15: With custom_tag_assignment expanded]/custom_tag_assignment/data/tag_allocations/items/tags/items/expense_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #15: With custom_tag_assignment expanded]/custom_tag_assignment/data/tag_allocations/items/tags/items/liability_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #16: With tag_assignment_amounts expanded]/tag_assignment_amounts/data/items/data/tag_allocations/items/tags/items/expense_segmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #16: With tag_assignment_amounts expanded]/tag_assignment_amounts/data/items/data/tag_allocations/items/tags/items/liability_segmentto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
data/items/data/anyOf[subschema #13: With tag_assignment expanded]/tag_assignment/data/tag_allocations/items/tags/items/expense_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #13: With tag_assignment expanded]/tag_assignment/data/tag_allocations/items/tags/items/liability_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #14: With managed_tag_assignment expanded]/managed_tag_assignment/data/tag_allocations/items/tags/items/expense_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #14: With managed_tag_assignment expanded]/managed_tag_assignment/data/tag_allocations/items/tags/items/liability_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #15: With custom_tag_assignment expanded]/custom_tag_assignment/data/tag_allocations/items/tags/items/expense_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #15: With custom_tag_assignment expanded]/custom_tag_assignment/data/tag_allocations/items/tags/items/liability_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #16: With tag_assignment_amounts expanded]/tag_assignment_amounts/data/items/data/tag_allocations/items/tags/items/expense_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #16: With tag_assignment_amounts expanded]/tag_assignment_amounts/data/items/data/tag_allocations/items/tags/items/liability_template_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/data/anyOf[subschema #4: With remittance_account expanded]/remittance_account/data/linked_remittance_accountto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/data/anyOf[subschema #2: With pay_stub expanded]/pay_stub/data/apply_standard_tax_reductionsto the response with the200statusresponse-optional-property-added
- ○