GET /reconcile
Gets the number of training sessions qty purchased and remaining for a given user. Eventually, we will add more services other than just training sessions.userId and serviceName.
...
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. |
userId | Integer | The Club OS unique id for the user you are reconciling. |
serviceName | String | Either 'Personal Training' or 'Group Training'. |
Response
Message | Description |
Qty Purchased | The number of sessions qty of the service that was purchased. |
Qty Remaining | The number qty of sessions the service remaining. |