---
title: "Allows contract job documents to be uploaded"
method: POST
path: "/v{version}/ContractJobs/uploadFiles"
tags: ["ContractJobs"]
---

# Allows contract job documents to be uploaded

`POST /v{version}/ContractJobs/uploadFiles`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Response `200`

Success

- ContractsContractsCommandsUploadJobFilesResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` ContractsContractsCommandsUploadedJobFiles
    - `jobId` integer
    - `jobFilesUploaded` ContractsContractsCommandsUploadedFile[], nullable
      - `id` integer
      - `fileName` string, nullable

---

[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/bcdbca776df0/schema)
