---
title: "Create Membership Hold Reason"
method: POST
path: "/memberships/holds/reasons"
tags: ["Membership Hold Reason"]
---

# Create Membership Hold Reason

`POST /memberships/holds/reasons`

Creates a new Membership Hold Reason.

## Headers

- `x-api-key` string, required

## Request body

- RequestMembershipHoldReasonPost — Data to create a new Membership Hold Reason
  - `hold_reason` string, required — The Name of the Hold Reason
  - `is_in_use` boolean — 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 will take its place and the remaining Hold Reasons will have their order incremented by 1. If no value is provided, the new Hold Reason will take the next logical highest order.

## 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)
