---
title: "Update a reimbursement"
method: PUT
path: "/reimbursements/{reimbursement}"
tags: ["Reimbursements"]
---

# Update a reimbursement

`PUT /reimbursements/{reimbursement}`

## Path parameters

- `reimbursement` string, required

## Request body

- object
  - `business_preset_id` string
  - `frequency` 'once' | 'per_month' | 'per_payroll' — The frequency at which this reimbursement is applied to Pay Stubs. When `per_month`, the amount is distributed evenly across all Payrolls in the calendar month.
  - `reimbursement_type` 'health_spending_account' | 'non_taxable_reimbursement' | 'professional_membership' | 'taxable_reimbursement' | 'transit_pass' | 'wellness_spending_account' — The type of reimbursement, which determines how it is categorized and reported on Pay Stubs.
  - `amount` number — The monetary amount applied each time this reimbursement is included on a Pay Stub.
  - `effective_from` string, date — The date from which this reimbursement is applied to Pay Stubs.
  - `effective_to` string, date — The date after which this reimbursement is no longer applied. `null` if the reimbursement applies indefinitely.
  - `title` string, nullable
  - `title_translations` Translations, nullable
    - `en` string
    - `fr` string
  - `expense_accounting_code_id` string
  - `liability_accounting_code_id` string
  - `external_ref` string
  - `tag_assignment` object
    - `unit` 'percentage'
    - `is_component_locked` boolean
    - `tag_allocations` object[]
      - `tags` string[]
      - `value` number
  - `date_basis` 'by_pay_date' | 'by_period_end_date' | 'by_period_start_date' — Which payroll date determines the calendar month for the allocation. Applies only to `per_month` recurrences.
  - `pay_period_cadence` integer[] — Which pay periods within the month receive the allocation. An array of 1-based positions; `-1` is the final period. Applies only to `per_month` recurrences.

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"reimbursement"`).
  - `data` Reimbursement
    - `work_assignment` object
      - `id` string — The unique identifier of the object in Nmbr.
      - `object` string — The type of the object in Nmbr (`"work_assignment"`).
    - `reimbursement_type` object — The type of reimbursement, which determines how it is categorized and reported on Pay Stubs.
      - `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.
            - `jurisdiction` string — The jurisdiction this applies to (e.g. `ca_federal`, `ca_on`, `ca_qc`).
            - `effects` string[] — How this type affects the payroll calculation in this jurisdiction.
            - `help_text` string, nullable — Plain-language explanation of how this type affects the calculation in this jurisdiction.
            - `program_label` string, nullable — The program that applies in this jurisdiction, for calculations that use different programs by jurisdiction (e.g. CPP federally, QPP in Quebec; EI federally, QPIP in Quebec).
        - `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.
            - object[]
              - …
    - `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.
    - `frequency` 'once' | 'per_month' | 'per_payroll' — The frequency at which this reimbursement is applied to Pay Stubs. When `per_month`, the amount is distributed evenly across all Payrolls in the calendar month.
    - `date_basis` 'by_pay_date' | 'by_period_end_date' | 'by_period_start_date', nullable — Which payroll date determines the calendar month for the allocation. Applies only to `per_month` recurrences.
    - `pay_period_cadence` object, nullable — Which pay periods within the month receive the allocation. An array of 1-based positions; `-1` is the final period. Applies only to `per_month` recurrences.
    - `amount` number — The monetary amount applied each time this reimbursement is included on a Pay Stub.
    - `effective_from` string, date — The date from which this reimbursement is applied to Pay Stubs.
    - `effective_to` string, date, nullable — The date after which this reimbursement is no longer applied. `null` if the reimbursement applies indefinitely.
    - `business_preset` unknown
    - `expense_accounting_code` unknown
    - `liability_accounting_code` unknown
    - `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)
