---
title: "Creates a new work status for a contractor"
method: POST
path: "/v{version}/CompanySettings/contractorWorkStatus"
tags: ["CompanySettings"]
---

# Creates a new work status for a contractor

`POST /v{version}/CompanySettings/contractorWorkStatus`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- CompaniesContractsCommandsCreateContractorWorkStatusCommand
  - `userId` integer, nullable
  - `contractorId` integer, nullable
  - `jobId` integer, nullable
  - `dateEffective` string, date-time, nullable
  - `workStatus` string, nullable

## Response `200`

Success

- CompaniesContractsCommandsCreateContractorWorkStatusResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` CompaniesContractsCommandsNewContractorWorkStatusResponse
    - `workStatusId` integer

---

[API](https://skmtc.net/bilflo/apis/bilflo-api.md) · [All operations](https://skmtc.net/bilflo/apis/bilflo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilflo/bilflo-api/versions/bcdbca776df0/schema)
