POST Sync/SubscriberRiakClassesCatalogForDates

Fully sync all classes for a subscriber for the given date

Request Information

URI Parameters

None.

Body Parameters

ClassesCatalogSyncForDatesRequest
NameDescriptionTypeAdditional 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-09-06T11:33:50.320574-07:00",
    "2024-09-06T11:33:50.320574-07:00"
  ],
  "Date": [
    "2024-09-06T11:33:50.320644-07:00",
    "2024-09-06T11:33:50.320644-07: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-09-06T11:33:50.320644-07:00</d2p1:dateTime>
    <d2p1:dateTime>2024-09-06T11:33:50.320644-07:00</d2p1:dateTime>
  </Date>
  <Dates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:dateTime>2024-09-06T11:33:50.320574-07:00</d2p1:dateTime>
    <d2p1:dateTime>2024-09-06T11:33:50.320574-07:00</d2p1:dateTime>
  </Dates>
  <SubscriberId>1</SubscriberId>
</ClassesCatalogSyncForDatesRequest>

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.