PUT v1/BusinessEntity/RegionalOrganizationSettings

Request Information

URI Parameters

None.

Body Parameters

Collection of Mindbody.Contracts.Organizations.Models.RegionalOrganizationSettings
NameDescriptionTypeAdditional information
ShortName

string

None.

Class

boolean

None.

ClassCm

boolean

None.

Appointments

boolean

None.

GiftCards

boolean

None.

Logins

boolean

None.

Rewards

boolean

None.

Products

boolean

None.

Arrivals

boolean

None.

Memberships

boolean

None.

NotificationsOptOut

boolean

None.

FormulaNotes

boolean

None.

AdvancedSearchHideOtherLocations

boolean

None.

Uid

string

None.

Type

Mindbody.Contracts.Organizations.Models.BusinessEntities.BusinessEntityType

None.

Name

string

Max length: 100

Request Formats

application/json, text/json

Sample:
[
  {
    "ShortName": "sample string 1",
    "Class": true,
    "ClassCm": true,
    "Appointments": true,
    "GiftCards": true,
    "Logins": true,
    "Rewards": true,
    "Products": true,
    "Arrivals": true,
    "Memberships": true,
    "NotificationsOptOut": true,
    "FormulaNotes": true,
    "AdvancedSearchHideOtherLocations": true,
    "Uid": "sample string 14",
    "Type": "Unknown",
    "Name": "sample string 15"
  },
  {
    "ShortName": "sample string 1",
    "Class": true,
    "ClassCm": true,
    "Appointments": true,
    "GiftCards": true,
    "Logins": true,
    "Rewards": true,
    "Products": true,
    "Arrivals": true,
    "Memberships": true,
    "NotificationsOptOut": true,
    "FormulaNotes": true,
    "AdvancedSearchHideOtherLocations": true,
    "Uid": "sample string 14",
    "Type": "Unknown",
    "Name": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRegionalOrganizationSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Mindbody.Contract.Orgainzations">
  <RegionalOrganizationSettings>
    <Name xmlns="Mindbody.Contracts.Organizations">sample string 15</Name>
    <Type xmlns="Mindbody.Contracts.Organizations">Unknown</Type>
    <Uid xmlns="Mindbody.Contracts.Organizations">sample string 14</Uid>
    <AdvancedSearchHideOtherLocations>true</AdvancedSearchHideOtherLocations>
    <Appointments>true</Appointments>
    <Arrivals>true</Arrivals>
    <Class>true</Class>
    <ClassCm>true</ClassCm>
    <FormulaNotes>true</FormulaNotes>
    <GiftCards>true</GiftCards>
    <Logins>true</Logins>
    <Memberships>true</Memberships>
    <NotificationsOptOut>true</NotificationsOptOut>
    <Products>true</Products>
    <Rewards>true</Rewards>
    <ShortName>sample string 1</ShortName>
  </RegionalOrganizationSettings>
  <RegionalOrganizationSettings>
    <Name xmlns="Mindbody.Contracts.Organizations">sample string 15</Name>
    <Type xmlns="Mindbody.Contracts.Organizations">Unknown</Type>
    <Uid xmlns="Mindbody.Contracts.Organizations">sample string 14</Uid>
    <AdvancedSearchHideOtherLocations>true</AdvancedSearchHideOtherLocations>
    <Appointments>true</Appointments>
    <Arrivals>true</Arrivals>
    <Class>true</Class>
    <ClassCm>true</ClassCm>
    <FormulaNotes>true</FormulaNotes>
    <GiftCards>true</GiftCards>
    <Logins>true</Logins>
    <Memberships>true</Memberships>
    <NotificationsOptOut>true</NotificationsOptOut>
    <Products>true</Products>
    <Rewards>true</Rewards>
    <ShortName>sample string 1</ShortName>
  </RegionalOrganizationSettings>
</ArrayOfRegionalOrganizationSettings>

multipart/form-data

Sample:
<ArrayOfRegionalOrganizationSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Mindbody.Contract.Orgainzations"><RegionalOrganizationSettings><Name xmlns="Mindbody.Contracts.Organizations">sample string 15</Name><Type xmlns="Mindbody.Contracts.Organizations">Unknown</Type><Uid xmlns="Mindbody.Contracts.Organizations">sample string 14</Uid><AdvancedSearchHideOtherLocations>true</AdvancedSearchHideOtherLocations><Appointments>true</Appointments><Arrivals>true</Arrivals><Class>true</Class><ClassCm>true</ClassCm><FormulaNotes>true</FormulaNotes><GiftCards>true</GiftCards><Logins>true</Logins><Memberships>true</Memberships><NotificationsOptOut>true</NotificationsOptOut><Products>true</Products><Rewards>true</Rewards><ShortName>sample string 1</ShortName></RegionalOrganizationSettings><RegionalOrganizationSettings><Name xmlns="Mindbody.Contracts.Organizations">sample string 15</Name><Type xmlns="Mindbody.Contracts.Organizations">Unknown</Type><Uid xmlns="Mindbody.Contracts.Organizations">sample string 14</Uid><AdvancedSearchHideOtherLocations>true</AdvancedSearchHideOtherLocations><Appointments>true</Appointments><Arrivals>true</Arrivals><Class>true</Class><ClassCm>true</ClassCm><FormulaNotes>true</FormulaNotes><GiftCards>true</GiftCards><Logins>true</Logins><Memberships>true</Memberships><NotificationsOptOut>true</NotificationsOptOut><Products>true</Products><Rewards>true</Rewards><ShortName>sample string 1</ShortName></RegionalOrganizationSettings></ArrayOfRegionalOrganizationSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml, multipart/form-data

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>