List invoice adjustments
Returns invoice adjustments, optionally filtered by contract, adjustment type, status, invoice, reporter, or submission date range.
Token scopes: invoice-adjustments:read
Returns invoice adjustments, optionally filtered by contract, adjustment type, status, invoice, reporter, or submission date range.
Token scopes: invoice-adjustments:read
To get invoice adjustments submitted on or after given start date (inclusive). Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
To get invoice adjustments submitted before given end date (excludes records submitted on this date). Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
Return a page of results with given number of records; NOTE: technically ALL query parameters are strings or array of strings
Return a page of results after given index of row; NOTE: technically ALL query parameters are strings or array of strings
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/