Create a new adjustment
Generates a new adjustment entry attributed to a specific worker
Token scopes: adjustments:write
Authentication
AuthorizationBearer
## Authentication
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.
```curl
curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
-H 'Authorization: Bearer YOUR-TOKEN-HERE'
```
[Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Request
Creation data for a new adjustment
file
File of adjustment.
title
Title of adjustment.
amount
Amount of adjustment.
vendor
Vendor of adjustment.
country
Country code.
contract_id
The identifier of the contract associated with the adjustment
description
Description of adjustment.
cycle_reference
Cycle reference of adjustment.
move_next_cycle
If an adjustments can belong to another payroll cycle.
date_of_adjustment
Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
adjustment_category_id
Adjustment category id.
Response
Successful operation.
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error