v1
latestOpenAPI 3.0.32026-08-0645108163.2 KBPlacement
Pre check for a placement creation
Performs a pre-check to determine whether a placement can be created with the provided data. Note: a successful pre-check does not guarantee that the placement can still be created later. For example, the minimum CLA wage may have changed between the pre-check and the actual creation of the placement.
post/public/placement/v1/pre-check-create-placement
Request body
Example request
{
"startDate": "2025-01-01",
"endDate": "2025-01-28",
"baseHourlyWage": 18.21
}Response
Successful pre-check with a possible error.
Example response
{
"error": {
"message": "Base hourly wage (10.15) is below the minimum (13.25, based on the CLA)"
}
}