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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.