---
title: "Create a minimal definition for a new temporary work payroll placement."
method: POST
path: "/public/temporary-work-payroll-placements/hirer/create-temporary-work-payroll-placement-definition-minimal-v1"
tags: ["Temporary work payroll placements, for hirers"]
---

# Create a minimal definition for a new temporary work payroll placement.

`POST /public/temporary-work-payroll-placements/hirer/create-temporary-work-payroll-placement-definition-minimal-v1`

Create a definition for a new temporary work payroll placement. The minimal information must be provided, and a number of optional fields may be passed.

## Request body

- CreateTemporaryWorkPayrollPlacementDefinitionMinimalRequestV1
  - `workerId` integer, required — The ID of the worker that the hirer wants to work for them.
  - `contactPersonId` integer, required — The ID of the contact person of the hirer for the placement.
  - `startDate` string, date, required — The day the worker is going to work for the hirer for the first time, for this placement.
  - `jobDescription` string, nullable — Describes what kind of work the worker will perform under this placement. This can be anything, like a function name or a description of the activities.

## Response `200`

The operation completed successfully.

- CreateTemporaryWorkPayrollPlacementDefinitionMinimalResponseV1
  - `placementDefinitionId` integer, required — The ID of the placement definition that has been created.

## 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` — The request did not contain credentials identifying the caller, or the provided credentials were invalid.
- `403` — The data that the request referred to is inaccessible to the caller.

---

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