---
title: "PUT /tran/v{version}/Transactions/Update"
method: PUT
path: "/tran/v{version}/Transactions/Update"
tags: ["Transactions"]
---

# PUT /tran/v{version}/Transactions/Update

`PUT /tran/v{version}/Transactions/Update`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- TransactionsContractsModelsDtosTransactionPutDTO[]
  - `id` integer
  - `statusId` integer, nullable
  - `billRate` number, double, nullable
  - `billQuantity` number, double, nullable
  - `costRate` number, double, nullable
  - `costQuantity` number, double, nullable
  - `includeInSales` boolean, nullable
  - `burden` number, double, nullable
  - `includeInCost` boolean, nullable
  - `mapToPayroll` boolean, nullable
  - `syncId` string, nullable
  - `dateWorked` string, date-time, nullable
  - `isSubmitted` boolean, nullable
  - `isApproved` boolean, nullable

## Response `200`

Success

- TransactionsContractsCommandsTransactionsUpdateTransactionResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` BilfloModelsDTOsProcessorAppTransactionDTO[], nullable
    - `id` integer
    - `periodEndDateId` integer
    - `payBillItemId` integer
    - `statusId` integer
    - `billQuantity` number, double
    - `billRate` number, double
    - `includeInSales` boolean
    - `costQuantity` number, double
    - `costRate` number, double
    - `burden` number, double
    - `includeInCost` boolean
    - `mapToPayroll` boolean
    - `dateWorked` string, date-time, nullable
    - `isSubmitted` boolean
    - `isApproved` 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/versions/bcdbca776df0/schema)
