Click or drag to resize
ParaPlan Logo

Program Properties

The Program type exposes the following members.

Properties
  NameDescription
Public propertyactiveGeozoneIds
Public propertyarchived
Public propertybillingAddress
Public propertybillingEmail
Public propertybillingEntityName
Public propertybillingPersonName
Public propertybillingPhone
Public propertychildExempt
Public propertydatabaseID
The ID in ParaPlan database. Do not expose
Public propertydeleted
Public propertydropoffLOS
Public propertydropOffZones
Public propertyeligibleVehicleGroups
Public propertyeligibleVehicles
Public propertyerrorMessage (Inherited from RESTModelBase.)
Public propertyfixedFee
Fixed fee structure per trip
Public propertyinfantExempt
Public propertyisDefault
If this program is the default program for this client
Public propertymembershipID
The client's membership ID for this program
Public propertymembershipIsRequired
Public propertyotherRidersExempt
Public propertyperMileFee
Per mile fee struture per trip
Public propertypickUpLOS
Public propertypickUpZones
Public propertyprogramCalendarRules
json array describing when the program is active
Here is example
Example
 1{
 2   "Sunday":{
 3      "EndJSON":"1899-12-30T21:45:00.0000000",
 4      "StartJSON":"1899-12-30T05:30:00.0000000",
 5      "Active":true
 6   },
 7   "Saturday":{
 8      "EndJSON":"1899-12-30T21:45:00.0000000",
 9      "StartJSON":"1899-12-30T05:30:00.0000000",
10      "Active":true
11   },
12   "Friday":{
13      "EndJSON":"1899-12-30T21:45:00.0000000",
14      "StartJSON":"1899-12-30T05:30:00.0000000",
15      "Active":true
16   },
17   "Thursday":{
18      "EndJSON":"1899-12-30T21:45:00.0000000",
19      "StartJSON":"1899-12-30T05:30:00.0000000",
20      "Active":true
21   },
22   "Wednesday":{
23      "EndJSON":"1899-12-30T21:45:00.0000000",
24      "StartJSON":"1899-12-30T05:30:00.0000000",
25      "Active":true
26   },
27   "Tuesday":{
28      "EndJSON":"1899-12-30T20:30:00.0000000",
29      "StartJSON":"1899-12-30T11:00:00.0000000",
30      "Active":true
31   },
32   "Monday":{
33      "EndJSON":"1899-12-30T21:45:00.0000000",
34      "StartJSON":"1899-12-30T05:30:00.0000000",
35      "Active":true
36   }
37}
Public propertyprogramCode
Program abbreviation
Public propertyprogramDescription
Display description for this program
Public propertyprogramName
Display name for this program
Public propertysuccess (Inherited from RESTModelBase.)
Public propertytokenExists (Inherited from RESTModelBase.)
Public propertytokenIsValid (Inherited from RESTModelBase.)
Top
See Also