---
title: "Update Membership Hold Reason"
method: PUT
path: "/memberships/holds/reasons/{hold_reason_id}"
tags: ["Membership Hold Reason"]
---

# Update Membership Hold Reason

`PUT /memberships/holds/reasons/{hold_reason_id}`

Updates an existing Membership Hold Reason.

## Path parameters

- `hold_reason_id` integer, required

## Headers

- `x-api-key` string, required

## Request body

- RequestMembershipHoldReasonPut — Data to edit a Membership Hold Reason
  - `hold_reason` string, required — The Name of the Hold Reason
  - `is_in_use` string — Determines if the Hold Reason is active and able to be used. Defaults to True if not provided.
  - `order` integer — The order of the Hold Reason. If the order provided is already in use by another Hold Reason, this Hold Reason will take its place and the reamining Hold Reasons will increment or decrement respectively.

## Response `200`

Hold Reason Data

- HoldReasonAPI — memberPlan Hold Reason
  - `hold_reason_id` integer — Identifies the hold reason.
  - `hold_reason` string — Hold reason.
  - `is_in_use` boolean — the IsActivce column
  - `order` integer — order
  - `created` Created — Record creation data.
    - `created_by_id` integer — Unique ID of the user that created the record.
    - `created_by` string — Name of the user that created the record.
    - `created_on_datetime` string, date-time — Datetime on which the record was created.
  - `updated` Updated — Update info
    - `updated_by_id` integer — Unique ID of the user that last updated the record.
    - `updated_by` string — Name of the user that most recently updated the record.
    - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
