Versions Compared

Key

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

GET /clubservices

Verifies that the given serviceId exists in Club OS and you have access to itReturns a list of club services for the given clubLocationId.  

GET https://api.club-os.com/clubservices?clubLocationId=[clubLocationId]&serviceId=[serviceId]

VariableTypeDescription
clubLocationIdIntegerThe Club OS unique id for the club location you wish to access. Club OS will provide these to you.
serviceIdIntegerThe Club OS unique id for the club service you are requesting.

POST /clubservices

Add a club service to the system.

POST https://api.club-os.com/clubservices?clubLocationId=[clubLocationId]

Parameters

The following fields must be included as parameters in the URL of the request.

VariableTypeDescription
clubLocationIdIntegerThe Club OS unique id for the club location you wish to access. Club OS will provide these to you.
Request Body

The following fields must be included in the body of the HTTP request as a valid JSON string.

PropertyTypeRequiredDefaultDescription
memberIdIntegerY The Club OS unique id for the member who bought the club service.
salespersonIdIntegerY The Club OS unique id for the salesperson who was responsible for selling the club service.
localServiceIdStringY Your systems unique id for the club service.
nameStringY The name of the service - as of now, 'Personal Training' is the only option.
qtyDecimalY The qty of sessions purchased.
unitPriceDecimalY The unit price (cost of 1 item) of the service.
taxesDecimalN The amount of taxes on the payment.
autoRenewBooleanY false

true - the club service auto-renews.

false - the club service does not auto-renew.

startDateDate (M-d-YYYY)Y The effective start date of the club service.
endDateDate (M-d-YYYY)N The end date of the club service if one exists.
saleDateDate (M-d-YYYY)Y The date of the sale.
paidOnSaleDecimalY The amount paid on the saleDate, or the date the club service was purchased.
recurTypeStringNmonthlyOne of 'monthly' or 'weekly'.
Response Messages

One of the following messages will be returned when the request succeeds.

...

Response

You will receive an array of ClubService objects having the following properties:

PropertyTypeDescription
idIntegerthe unique Club OS id for the club service
nameStringthe name of the club service
eventTypeIdInteger2=Personal Training, 3=Group Class