Sets a tracking event to record that a patron has opened a link on their own device to view a digital representation of their order

This endpoint would be used by the web or mobile app that is opened on the patron's device after they have scanned the order confirmation QR code on the Kiosk.

Note: This tracking event will not be permanently stored. It will expire after 10 minutes.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
trackingId
required
string

The identifier of the tracking event, typically the unique identifier of the completed order base that is being monitored

header Parameters
Connect-Region-Code
string

Region Code

Responses
204

Completed order link opened event has been stored.

put/ocapi/v1/tracking-events/completed-order-link-opened/{trackingId}
Request samples