POST Sync/SubscriberRiakClassesCatalogForDates
Fully sync all classes for a subscriber for the given date
Request Information
URI Parameters
None.
Body Parameters
ClassesCatalogSyncForDatesRequestName | Description | Type | Additional information |
---|---|---|---|
SubscriberId | integer |
None. |
|
Dates | Collection of date |
None. |
|
Date | Collection of date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SubscriberId": 1, "Dates": [ "2024-11-21T06:24:14.8312597-08:00", "2024-11-21T06:24:14.8312597-08:00" ], "Date": [ "2024-11-21T06:24:14.8312597-08:00", "2024-11-21T06:24:14.8312597-08:00" ] }
application/xml, text/xml
Sample:
<ClassesCatalogSyncForDatesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.Api.Subscriber.Areas.Sync.Models"> <Date xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:dateTime>2024-11-21T06:24:14.8312597-08:00</d2p1:dateTime> <d2p1:dateTime>2024-11-21T06:24:14.8312597-08:00</d2p1:dateTime> </Date> <Dates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:dateTime>2024-11-21T06:24:14.8312597-08:00</d2p1:dateTime> <d2p1:dateTime>2024-11-21T06:24:14.8312597-08:00</d2p1:dateTime> </Dates> <SubscriberId>1</SubscriberId> </ClassesCatalogSyncForDatesRequest>
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.