---
title: "Confirms a contractor to employee link."
method: POST
path: "/proliant/v1/contractors/match"
tags: ["Contractors"]
---

# Confirms a contractor to employee link.

`POST /proliant/v1/contractors/match`

## Headers

- `company-id` string, required

## Request body

- ProliantContractsCommandsMatchContractorToEmployeeCommand
  - `companyIntegrationId` string, uuid
  - `contractorId` integer
  - `proliantEmployeeId` string, nullable
  - `costCenterCode` string, nullable

## Response `200`

Success

---

[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/revisions/1b4e8ebaeace/schema)
