...
Property | Type | Required | Default | Description | |||
---|---|---|---|---|---|---|---|
memberId | Integer | Y | The Club OS unique id for the member who made the payment. | ||||
salespersonId | Integer | Y | The Club OS unique id for the salesperson who was responsible for the payment. | ||||
localPaymentId | String | Y | Your systems unique id for the payment. | ||||
nameclubServiceId | StringInteger | YN | A descriptive name of the payment, i.e. PT 30 Min Sessions | serviceName | String | YThe Club OS unique id for the club service that is being paid for. Use the /clubservices to get this id. | |
name | String | N | The descriptive name of the service - one of 'Personal , i.e. 'Group Training' or 'Group Training'30 Min Sessions'. Only required if no clubServiceId is used. | ||||
qty | Decimal | Y | The qty of sessions purchased. | ||||
unitPrice | Decimal | Y | The unit price (cost of 1 item) of the service. | ||||
taxes | Decimal | N | The amount of taxes on the payment. | ||||
saleDate | Date (M-d-YYYY) | Y | The date of the sale. | ||||
expireDate | Date (M-d-YYYY) | N | The expiration date if one exists. |
...