Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

GET /clubservices

Verifies that the given serviceId exists in Club OS and you have access to it.  

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]

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.

MessageDescription
Club Service CreatedClub Service successfully created.
Club Service UpdatedClub Service successfully updated.
  • No labels