---
title: "Gets a contract job"
method: GET
path: "/v{version}/ContractJobs/{JobId}"
tags: ["ContractJobs"]
---

# Gets a contract job

`GET /v{version}/ContractJobs/{JobId}`

## Path parameters

- `CompanyId` string, uuid, required
- `JobId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Response `200`

Success

- ContractsContractsQueriesGetContractJobResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` ContractsContractsQueriesContractJobResponse
    - `jobId` integer
    - `statusId` integer
    - `clientId` integer
    - `contractorId` integer
    - `contractorTypeId` integer
    - `timeCardMethodId` integer
    - `overtimeRuleId` integer
    - `jobTitle` string, nullable
    - `startDate` string, date-time
    - `endDate` string, date-time
    - `isPerDiemEnabled` boolean
    - `isExpensesEnabled` boolean
    - `isSickTimeEnabled` boolean
    - `logicFileId` string, uuid, nullable
    - `addressId` integer, nullable
    - `address` BilfloModelsContractJobsAddressInfoDTO
      - `addressId` integer
      - `addressCode` string, nullable
      - `displayName` string, nullable
      - `additionalInfo1` string, nullable
      - `attentionTo` string, nullable
      - `address1` string, nullable
      - `suite` string, nullable
      - `city` string, nullable
      - `stateCode` string, nullable
      - `stateId` integer, nullable
      - `zipCode` string, nullable
    - `contractJobPayBillItemDetails` BilfloModelsContractJobsContractJobPayBillItemDetail[], nullable
      - `id` integer
      - `jobId` integer
      - `payBillItemId` integer
      - `costRate` number, double
      - `billRate` number, double
      - `includeInSales` boolean
      - `includeInCost` boolean
      - `burden` number, double
      - `isBurdened` boolean
      - `mapToPayroll` boolean

---

[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)
