Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A: EZLinks setup controls how far out in advanced guests can book, available dates to book, pricing for members vs non-members, etc. The AWC setting “seasonsettings.enddate” does not effect bookings for Golf. Insert excerptAE:Get more help ExcerptAE:Get more help Excerptnopaneltrue Insert excerptAE:Like this Page ExcerptAE:Like this Page

Q: Will I see orders that fail to interface into EZLinks in the Aspenware Order Queue?

A: There is no order queue for golf. If an order fails to interface with EZLinks the order will not succeed for the customer’s view.

Q: Golf members are unable to see their tee times for all courses. How do I fix this?

A: It’s likely that the Sponsor ID for the customer role is not affiliated with some of the CourseIDs in EZLinks. This may be resolved with the following actions:

  • 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 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&param1=14215&param2=5125&param3=7/10/2023
      • Call Subscribe call where param1 and param2 are the same as above. 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&param1=14215&param2=5125&param3=365&param4=1

Insert excerpt
Get more help Excerpt
Get more help Excerpt
nopaneltrue

...