v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Cost control|Wage group

Upsert wage groups.

This endpoint enables you to create/update wage groups.

post/wage_group/upsert

Request body

dryRunboolean

Simulate the operation. (No records will be created or changed) This Parameter is optional.

Response

Success Response:

Example response

{
  "createdWageGroups": [
    {
      "createdAt": "2015-02-20T12:59:21+01:00"
    }
  ],
  "updatedWageGroups": [
    {
      "createdAt": "2015-02-20T12:59:21+01:00"
    }
  ]
}