Changes to Get Employee Payroll Runs
GET /api/hris/v1/employee-payroll-runs
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 3 of the 11 revisions of this API.30
What changed
- ○
queryrequest parametercheck_date_fromlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parametercheck_date_tolist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parametercursorlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterend_date_fromlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterend_date_tolist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterexpandlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parametermodified_afterlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterremote_idlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterstart_date_fromlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterstart_date_tolist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parametercheck_date_from, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parametercheck_date_to, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parametercursor, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterend_date_from, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterend_date_to, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterexpand, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parametermodified_after, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterremote_id, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterstart_date_from, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterstart_date_to, the type/format was generalized fromstring/to/request-parameter-type-generalized
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
items/items/deductions/anyOf[subschema #1]/items/currencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/deductions/anyOf[subschema #1]/items/payroll_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/earnings/anyOf[subschema #1]/items/currencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/earnings/anyOf[subschema #1]/items/payroll_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/taxes/anyOf[subschema #1]/items/currencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/taxes/anyOf[subschema #1]/items/payroll_codeto the response with the200statusresponse-optional-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameteridsnew-optional-request-parameter
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○