---
title: "Partial Update Contract Bundle"
method: PATCH
path: "/rr/api/v1/contracts/{contract_id}/bundles/{id}"
tags: ["Revenue Recognition"]
---

# Partial Update Contract Bundle

`PATCH /rr/api/v1/contracts/{contract_id}/bundles/{id}`

## Path parameters

- `contract_id` integer, required
- `id` integer, required

## Request body

- PatchedContractBundle
  - `id` integer
  - `is_deleted` boolean
  - `deleted_at` string, date-time, nullable
  - `end_date` string, date, nullable — Bundle end date. Required for standard contracts. For evergreen contracts this may be null to follow the contract timeline, or set to a billing-period end date.
  - `rebalance_journal_entries_indefinitely` boolean — Should only be used for Evergreen contracts. When true, linked invoice journal entries are rebalanced on each evergreen contract extension.
  - `lines` ContractBundleLine[]
    - `id` integer, required
    - `is_deleted` boolean, required
    - `deleted_at` string, date-time, nullable, required
    - `contract_bundle` integer
    - `product_name` string, required
    - `amount` number, double, nullable
    - `created_at` string, date-time, required
    - `last_modified_at` string, date-time, required
    - `customer` integer, required
    - `product` integer, nullable
  - `bundle_name` string
  - `bundle_description` string, nullable
  - `start_date` string, date
  - `use_daily_accounting` boolean
  - `proration_method` 'standard' | 'thirty_day' | 'daily' — * `standard` - Standard (actual month length) * `thirty_day` - Fixed 30-day month * `daily` - Daily
  - `use_catchup` boolean
  - `catchup_date` string, date, nullable
  - `created_at` string, date-time
  - `last_modified_at` string, date-time
  - `customer` integer
  - `contract` integer

## Response `200`

- ContractBundle
  - `id` integer, required
  - `is_deleted` boolean, required
  - `deleted_at` string, date-time, nullable, required
  - `end_date` string, date, nullable — Bundle end date. Required for standard contracts. For evergreen contracts this may be null to follow the contract timeline, or set to a billing-period end date.
  - `rebalance_journal_entries_indefinitely` boolean — Should only be used for Evergreen contracts. When true, linked invoice journal entries are rebalanced on each evergreen contract extension.
  - `lines` ContractBundleLine[], required
    - `id` integer, required
    - `is_deleted` boolean, required
    - `deleted_at` string, date-time, nullable, required
    - `contract_bundle` integer
    - `product_name` string, required
    - `amount` number, double, nullable
    - `created_at` string, date-time, required
    - `last_modified_at` string, date-time, required
    - `customer` integer, required
    - `product` integer, nullable
  - `bundle_name` string, required
  - `bundle_description` string, nullable
  - `start_date` string, date, required
  - `use_daily_accounting` boolean
  - `proration_method` 'standard' | 'thirty_day' | 'daily' — * `standard` - Standard (actual month length) * `thirty_day` - Fixed 30-day month * `daily` - Daily
  - `use_catchup` boolean
  - `catchup_date` string, date, nullable
  - `created_at` string, date-time, required
  - `last_modified_at` string, date-time, required
  - `customer` integer, required
  - `contract` integer, required

---

[API](https://skmtc.dev/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.dev/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/revisions/6945ebc3180e/schema)
