v2.1.3
about 1 year ago by Esteban Deel
We add support for EOR Adjustments
Added
Retrieve adjustments
Get all adjustments (GP + EOR) for your organization.
Endpoint: POST /rest/v2/contracts/contract_id/adjustments
Sample request
curl --request GET \
--url https://api.letsdeel.com/rest/v2/contracts/contract_id/adjustments \
--header 'accept: application/json' \
--header 'authorization: Bearer token'