PUT Subscriber/{subscriberId}/MindbodyNetwork/PromotedDealsConfiguration
Called to update promoted deals configuration for the subscriber.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriberId | integer |
Required |
Body Parameters
MindbodyNetworkConfigurationRequestName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.