Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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]

VariableTypeDescription
clubLocationIdIntegerThe Club OS unique id for the club location you wish to access. Club OS will provide these to you.
clubServiceIdIntegerThe 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]

...

MessageValueDescription
clubservice createdthe newly created clubServiceIdClub Service successfully created.
clubservice existsthe existing clubServiceIdClub Service already exists, nothing was done.

PUT /

...

recurringservices

Update a club service in the system.

PUT https://api.club-os.com/clubservicesrecurringservices?clubLocationId=[clubLocationId]

...