---
title: "Update business's plans"
method: POST
path: "/business/{business_id}/plans"
tags: ["Subscriptions", "Businesses"]
---

# Update business's plans

`POST /business/{business_id}/plans`

This endpoint lets you update the plans of a business.<br /> You need to be a Provider to access this endpoint.<br /> ⚠️You need to send <b>all the plans</b>, those not sent will be removed. We advise you to call the GET endpoint first. ⚠️

## Path parameters

- `business_id` string, required

## Request body

- BusinessPlansUpdate
  - `plans` BusinessPlanUpdate[] — The exhaustive list of the business' plans.
    - `name` 'presence_management' | 'review_management' | 'posts' | 'messages' | 'review_booster' | 'feedback_management' | 'competitive_benchmark', required — Plan's name.
    - `expiration_date` string — Plan's expiration date. If not set, the plan is active indefinitely.
    - `enabled` boolean — Plan's enablement. If true, the plan and all its features are enabled for this business, even if its organization doesn't have the plan or it's expired. If false, the plan and all its features are disabled for this business, even if its organization has the plan.

## Response `200`

OK

- object — Result object
  - `business_id` string — Business id
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
