---
title: "Replaces the business information for a business with the given resource."
method: PUT
path: "/Subscribers/Businessinformation"
tags: ["Rest"]
---

# Replaces the business information for a business with the given resource.

`PUT /Subscribers/Businessinformation`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- MindbodyRestApiCommonModelsSiteBusinessInformation
  - `Id` integer
  - `Industry` string
  - `BusinessName` string
  - `TimeZoneOffsetMinutes` integer
  - `ReplyEmail` string
  - `ReplyName` string
  - `BusinessEmail` string
  - `CountryCode` string
  - `StateProvCode` string
  - `City` string
  - `BusinessAutoEmailReplyName` string
  - `BusinessAutoEmailReplyAddress` string
  - `BusinessDescription` string

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — NotFound
- `415` — UnsupportedMediaType

---

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