---
title: "Updates an existing contractor"
method: PUT
path: "/v{version}/Users/contractors"
tags: ["Users"]
---

# Updates an existing contractor

`PUT /v{version}/Users/contractors`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- UsersContractsCommandsUpdateContractorCommand
  - `companyId` string, uuid
  - `contractorId` integer
  - `firstName` string, nullable
  - `middleName` string, nullable
  - `lastName` string, nullable
  - `title` string, nullable
  - `emailAddress` string, nullable
  - `phone` string, nullable
  - `phoneExt` string, nullable
  - `stateCode` string, nullable
  - `stateSubjectToTax` string, nullable
  - `stateWorking` string, nullable
  - `federalFilingStatusId` 1 | 2 | 3 | 4 | 5
  - `stateFilingStatusId` 1 | 2 | 3 | 4 | 5
  - `paycheckType` 0 | 1
  - `stateFilingCode` string, nullable
  - `federalAllowance` number, double, nullable
  - `stateAllowance` number, double, nullable
  - `routingNumber` string, nullable
  - `accountNumber` string, nullable
  - `address1` string, nullable
  - `address2` string, nullable
  - `city` string, nullable
  - `zipCode` string, nullable
  - `dateOfBirth` string, date-time, nullable
  - `gender` string, nullable
  - `socialSecurityNumber` string, nullable
  - `is1099` boolean
  - `contractorCompany` string, nullable
  - `directDepositAccountNumber` string, nullable
  - `directDepositRoutingNumber` string, nullable
  - `reverseSynced` boolean, nullable
  - `isSickTimeEnabled` boolean
  - `isVacationTimeEnabled` boolean
  - `isHealthInsuranceEnabled` boolean
  - `additionalFederalWithholdings` number, double
  - `additionalStateWithholdings` number, double
  - `isI9OnFile` boolean
  - `isStateTaxExempt` boolean
  - `isFederalTaxExempt` boolean
  - `isHasTwoJobs` boolean
  - `otherIncomeAmount` number, double
  - `otherDeductionAmount` number, double
  - `paycheckDeliveryAccountTypeId` integer
  - `totalDependentClaimAmount` number, double
  - `customFields` BilfloModelsUsersUserCustomField[], nullable
    - `customFieldName` string, nullable
    - `customFieldItemName` string, nullable
  - `isElectronicDelivery` boolean

## Response `200`

Success

- UsersContractsCommandsUpdateContractorResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` UsersContractsCommandsUpdatedContractorResponse
    - `contractorId` 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)
