v1
latestOpenAPI 3.1.02026-08-06118124285.7 KBAgreements
Partially update an existing agreement
patch/v2/employee/agreements/{id}
Query parameters
Example:xrefId:1234
Agreement identifier
Request body
Example request
{
"payroll": {
"payScheduleId": "546"
}
}Response
Agreement details
Example response
{
"id": "29339",
"xrefId": "agr-1382",
"name": "John's monthly agreement",
"payroll": {
"payScheduleId": "546"
}
}