PUT Subscriber/{subscriberId}/MindbodyNetwork/DynamicPricingConfiguration

Called to update dynamic pricing configuration for the subscriber.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriberId

integer

Required

Body Parameters

MindbodyNetworkConfigurationRequest
NameDescriptionTypeAdditional information
IsEnabled

If true, this mindbody network program is considered to be enabled; false otherwise.

boolean

None.

OptIn

Whether or not the subscriber has explicitly chosen to opt into this mindbody network program

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IsEnabled": true,
  "OptIn": true
}

application/xml, text/xml

Sample:
<MindbodyNetworkConfigurationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.Api.Subscriber.Models.Requests">
  <IsEnabled>true</IsEnabled>
  <OptIn>true</OptIn>
</MindbodyNetworkConfigurationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.