---
title: "Creates a temp job"
method: POST
path: "/Entity/TempJob"
tags: ["Entity"]
---

# Creates a temp job

`POST /Entity/TempJob`

## Request body

- TempJobRequest
  - `CompanyId` integer
  - `JobTitleId` integer
  - `LocationId` integer, nullable
  - `ContactId` integer, nullable
  - `OwningConsultants` OwningConsultant[], nullable
    - `ConsultantId` integer, required
    - `ConsultantRoleId` integer, nullable
  - `OwningConsultantId` integer, nullable — Depreciated. OwningConsultants can be used instead to supply a list of consultants and their roles.
  - `Shifts` TempJobShiftRequest[], nullable
    - `NumberOfPlaces` integer
    - `Start` string, date-time
    - `End` string, date-time
    - `TimeZoneId` string, nullable

## Response `200`

OK

- integer

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound

---

[API](https://skmtc.dev/vslcloud/apis/infinity-api.md) · [All operations](https://skmtc.dev/vslcloud/apis/infinity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vslcloud/infinity-api/revisions/54661781612a/schema)
