---
title: "Approve many"
method: PATCH
path: "/billing_new/invoice_line_items/approve_many/v1"
tags: ["/billing_new"]
---

# Approve many

`PATCH /billing_new/invoice_line_items/approve_many/v1`

Atomically approves draft line items owned by the caller's organization. | authz: allowed_org_types=[provider], min_org_role=operator | (InvoiceLineItemsApproveManyReq) -> (list[InvoiceLineItem1])

## Request body

- InvoiceLineItemsApproveManyReq
  - `invoice_line_item_ids` string[], required

## Response `200`

Successful Response

- InvoiceLineItem1[]
  - `schema_version` 1, required
  - `invoice_type` 'accounts_receivable' | 'accounts_payable', required
  - `description` string, required
  - `quantity` number, required
  - `unit` 'each' | 'shipment' | 'hour' | 'day' | 'mile' | 'kilometer' | 'pound' | 'kilogram'
  - `unit_price` number, required
  - `currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
  - `line_item_type` 'base_rate' | 'additional_mileage' | 'long_distance_mileage' | 'fuel' | 'extra_stop' | 'wait_time' | 'attempt' | 'pick_and_hold' | 'parking' | 'tolls' | 'additional_fee' | 'dispute' | 'equipment' | 'dangerous_goods' | 'special_vehicle' | 'after_hours' | 'weekend' | 'holiday' | 'air_waybill' | 'insurance' | 'off_network_carrier' | 'obc_day_rate' | 'flight_ticket' | 'tracking_device_label' | 'tracking_device_tag' | 'tracking_device_other' | 'tax_1' | 'tax_2' | 'tax_3' | 'other', required
  - `tax_percentage` number, nullable
  - `counterparty_org_id` string, nullable — Must be a string starting with `org_`
  - `counterparty_off_chrt_org_data_id` string, nullable
  - `counterparty_driver_id` string, nullable
  - `shipper_account_id` string, nullable
  - `awb_number` string, nullable — IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.
  - `export_ref__sage__item_id` string, nullable
  - `order_id` string, nullable
  - `task_group_id` string, nullable
  - `billing_period_id` string, nullable
  - `invoice_id` string, nullable
  - `rate_sheet_id` string, nullable
  - `currency_conversion` InvoiceLineItemCurrencyConversion1
    - `source_unit_price` number, required
    - `source_currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
    - `conversion_rate` number, required — Units of the target currency per one unit of source_currency_code. unit_price = source_unit_price * conversion_rate.
    - `description` string, nullable
  - `status` 'draft' | 'approved' | 'finalized'
  - `owned_by_org_id` string, required — Must be a string starting with `org_`
  - `created_by_user_id` string, required — Must be a string starting with `user_`
  - `created_at_timestamp` string, date-time, required
  - `last_edited_by_user_id` string, required — Must be a string starting with `user_`
  - `last_edited_at_timestamp` string, date-time, required
  - `_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
