GET /
...
recurringservices
Verifies that the given serviceId recurringServiceId exists in Club OS and you have access to it.
GET https://api.club-os.com/clubservicesrecurringservices?clubLocationId=[clubLocationId]&clubServiceId=[clubServiceId]
Variable | Type | Description |
---|---|---|
clubLocationId | Integer | The Club OS unique id for the club location you wish to access. Club OS will provide these to you. |
clubServiceId | Integer | The Club OS unique id for the club service you are requesting. |
POST /
...
recurringservices
Add a club service to the system.
POST https://api.club-os.com/clubservicesrecurringservices?clubLocationId=[clubLocationId]
...
Message | Value | Description |
clubservice created | the newly created clubServiceId | Club Service successfully created. |
clubservice exists | the existing clubServiceId | Club Service already exists, nothing was done. |
PUT /
...
recurringservices
Update a club service in the system.
PUT https://api.club-os.com/clubservicesrecurringservices?clubLocationId=[clubLocationId]
...