cURL
curl --request PUT \ --url https://api-{region}.sesametime.com/contract/v1/employee-compensations/{salaryCompensationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "startDate": "2024-01-15", "endDate": "2024-12-31" } '
This response has no body data.
Updates the start and end dates of a compensation assignment.
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
The salary-compensation assignment ID
Assignment start date (Y-m-d)
"2024-01-15"
Assignment end date (Y-m-d), optional
"2024-12-31"
Suggestions