Create a new ProductTimePass record.
TimePass to a Product so that customers purchasing the product automatically receive an amount of check-in time. The nature of that time depends on the type of the linked TimePass:
MinutesIncluded = null) — PassesIncluded is the number of calendar days. The customer can check in any number of times during each calendar day they hold.MinutesIncluded set) — PassesIncluded is the number of pass instances (each worth MinutesIncluded minutes). Multiply PassesIncluded by MinutesIncluded to get total hours. For example, PassesIncluded = 10 with a 60-minute time pass gives the customer 10 hours of check-in time to use across different dates.Authorization header.
The authenticated user must be a full unrestricted administrator or have the ProductTimePass-Create role.eRecurrentChargePattern
| Value | Name |
|---|---|
| 1 | PricePlan |
| 2 | Day |
| 3 | Week |
| 4 | Month |
| 5 | Year |
| 6 | LastDayOfMonth |
eRecurrentChargePattern? enum above.200 on success.Id of the newly created record.true if the producttimepass was created successfully.null on success.PropertyName: error message.null on validation failure.false when the request fails validation.