5cb82e369b70
latestOpenAPI 3.0.32026-08-06134961.9 KBTemporary work payroll placements, for hirers
Create a minimal definition for a new temporary work payroll placement.
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.
post/public/temporary-work-payroll-placements/hirer/create-temporary-work-payroll-placement-definition-minimal-v1
Request body
Example request
{
"workerId": 1,
"contactPersonId": 1,
"jobDescription": "Truck driver",
"startDate": "2023-03-15T00:00:00.000+00:00"
}Response
The operation completed successfully.
Example response
{
"placementDefinitionId": 1
}