---
title: "Show bulk update scope for reimbursement line items"
method: POST
path: "/reimbursement_line_items/bulk/update/scope"
tags: ["Reimbursement Line Items"]
---

# Show bulk update scope for reimbursement line items

`POST /reimbursement_line_items/bulk/update/scope`

## Request body

- object
  - `payroll_id` string, required
  - `pay_stubs` object, required
    - `exclude` object
      - `ids` string[]
      - `payee_type` 'contractor' | 'employee'
      - `work_assignment_ids` string[]
  - `has_business_preset` boolean
  - `business_presets` object
    - `include` object
      - `ids` string[]
    - `exclude` object
      - `ids` string[]
  - `expense_accounting_codes` object
    - `include` object
      - `ids` string[]
    - `exclude` object
      - `ids` string[]
  - `liability_accounting_codes` object
    - `include` object
      - `ids` string[]
    - `exclude` object
      - `ids` string[]
  - `subtypes` object
    - `include` string[]
    - `exclude` string[]
  - `ids` object
    - `include` string[]
    - `exclude` string[]

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` object[]
    - `id` string — The unique identifier of the object in Nmbr.
    - `object` string — The type of the object in Nmbr (`"reimbursement_line_item"`).
    - `data` ReimbursementLineItem
      - `pay_stub` object
        - `id` string — The unique identifier of the object in Nmbr.
        - `object` string — The type of the object in Nmbr (`"pay_stub"`).
      - `line_item_type` string, nullable
      - `is_managed` boolean — Whether this line item was generated by a Reimbursement recurrence and calculated automatically. When `true`, only `custom_amount` can be modified and the line item cannot be deleted.
      - `amount` number, nullable — The effective amount for this line item. Returns `custom_amount` if set, otherwise `managed_amount`. Read-only.
      - `custom_amount` number, nullable — An override for `managed_amount`. When set, `amount` reflects this value instead of `managed_amount`.
      - `managed_amount` number, nullable — The amount calculated by the system or set by the linked Reimbursement recurrence. Read-only; set `custom_amount` to override.
      - `accrued_vacation_pay` number, nullable — The vacation pay accrued on this line item, calculated based on the Work Assignment's Vacation Pay Settings.
      - `reimbursement_type` object — The type of reimbursement for this line item.
        - `id` string — The unique identifier of the object in Nmbr.
        - `object` string — The type of the object in Nmbr (`"reimbursement_type"`).
        - `data` ReimbursementType
          - `type` string, nullable — The string identifier for this reimbursement type.
          - `label` string, nullable — The human-readable display name for this reimbursement type.
          - `features` LineItemTypeFeature[]
            - `type` 'eht' | 'income_tax' | 'insurable' | 'pensionable' | 'stat_payable' | 'vacationable' | 'wcb' — The payroll calculation this entry describes.
            - `label` string — Human-readable name for the payroll calculation.
            - `definitions` object[] — How this type affects the calculation, broken down by jurisdiction. Jurisdictions where it does not apply are omitted.
              - …
          - `form_mappings` LineItemFormMapping[]
            - `form` string — The form code (e.g. `t4`).
            - `form_label` string — Human-readable form name.
            - `mapping` array[] — The boxes on the form this type contributes to.
              - …
      - `recurrence` unknown
      - `title` string, nullable
      - `title_translations` Translations, nullable
        - `en` string
        - `fr` string
      - `title_translated` string — The translation of the `title` property for the request locale. Computed using the values in `title` and `title_translations` and the value of the request's `Accept-Language` header.
      - `business_preset` unknown
      - `source_adjustment` unknown
      - `expense_accounting_code` unknown
      - `managed_expense_accounting_code` unknown
      - `custom_expense_accounting_code` unknown
      - `liability_accounting_code` unknown
      - `managed_liability_accounting_code` unknown
      - `custom_liability_accounting_code` unknown
      - `component_settings` object, nullable — Settings specific to the Nmbr component.
        - `attributes_locked` boolean — Whether the line item is locked and cannot be edited in the component.
      - `earned_on` unknown
      - `managed_earned_on` string, date, nullable — The earned-on date set by the system. Read-only; set `custom_earned_on` to override.
      - `custom_earned_on` string, date, nullable — An override for `managed_earned_on`. When set, `earned_on` reflects this value instead of `managed_earned_on`. Must fall within the payroll's pay period.
      - `external_ref` string, nullable — A reference to the object in an external system, e.g. the primary key of the object in your application's database. Nmbr doesn't use, validate, parse, or require this value to be unique - it simply stores it for your reference.
      - `created_at` string, dateTime — The date and time the object was created in Nmbr.
      - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/versions/01cd9c45a923/schema)
