...
The resort needs to request that they get added by EZL support first. Do so by requesting this through your EZLinks rep. (Jeff)
Once added, Aspenware needs to do the following two API calls:
Initialize the Course to be pulled over into the Redis Cache and then Subscribe to the Sponsor/Course combo.
Call 1: Call Initialize call where param1 is SponsorID and param2 is CourseID of the ones that are missing. Leave all other values as is.
Code Block https://api.ezlinks.com/ETNObject.asp?DOM=1&Timeout=60&Subscriber=aspenware_boyne&Password=$K1nGoLF!&ObjectID=XTreamInitializeSponsor¶m1=14215¶m2=5125¶m3=7/10/2023
Call 2: Call Subscribe call where param1 and param2 are the same as in call 1above. Leave all other values as is.
Code Block https://api.ezlinks.com/ETNObject.asp?DOM=1&Timeout=60&Subscriber=aspenware_boyne&Password=$K1nGoLF!&ObjectID=XTreamCourseSubscribe¶m1=14215¶m2=5125¶m3=365¶m4=1
...