---
title: "Determines the hourly wage for a function"
method: GET
path: "/public/collective-labour-agreement/v1/determine-minimum-hourly-wage-for-worker-with-no-experience"
tags: ["Collective labour agreements"]
---

# Determines the hourly wage for a function

`GET /public/collective-labour-agreement/v1/determine-minimum-hourly-wage-for-worker-with-no-experience`

Determines the minimum hourly wage for a function.
This depends on the chosen fields through the other endpoints in this API.
If a field has not been chosen, the highest applicable option will be chosen automatically.

## Query parameters

- `collectiveLabourAgreementNumber` integer, required — The unique number of the collective labour agreement, as returned from the /get-collective-labour-agreements endpoint.
- `functionLevel` string, required — The functionLevel, as returned from the /get-functions endpoint.
- `functionType` string — The function type, as returned from the /get-functions endpoint.
- `functionSubtype` string — The functionSubtype
- `age` integer
- `education` string — The education, the name as returned from the /get-educations endpoint.
- `forceHighAwf` boolean — Forces using high AWf premium. If omitted or set to false, the system determines the applicable AWf premium automatically.
- `effectiveDate` string, date
- `companyId` string, uuid — The unique id of the client company.

## Response `200`

Success

- MinimumHourlyWageResponseV1
  - `minimumBaseHourlyWage` number, required — The minimum wage per hour, in €.
  - `minimumHourlyWageIncludingReservations` number, required — The minimum wage per hour, including reservations for holiday payment, leave days and public holidays in €.
  - `costPrice` number, required — The cost price (factor) per hour, including reservations, insurances and premiums in € (excluding provision)

## Other responses

- `400` — The request could not be processed. This could be due to a number of reasons: * The request does not have all required data. * Data in the request is invalid. * Data in the request is inconsistent. * The operation is not allowed given the current state of the data.
- `401` — Error. User not authorized.
- `403` — Forbidden. User is not authorized to access data.
- `404` — Collective labour agreement not found.
- `500` — Internal Server Error

---

[API](https://skmtc.net/maqqie/apis/maqqie-public-api.md) · [All operations](https://skmtc.net/maqqie/apis/maqqie-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maqqie/maqqie-public-api/revisions/41e5cd97d4d7/schema)
