Create Hourly Report Root Preset
Creates a new hourly report root preset and initiates asynchronous processing; the response includes an async_task object that can be used to track completion.
Token scopes: timesheets:write
Creates a new hourly report root preset and initiates asynchronous processing; the response includes an async_task object that can be used to track completion.
Token scopes: timesheets:write
The title of the hourly report root preset (maximum 255 characters)
The type of preset, RATE – indicates a preset that overrides the default contract rate, TRACKING - used exclusively for tracking, applying the default contract rate
Detailed description of the root preset’s purpose and usage (maximum 30000 characters)
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/