Send to Wallet

Sends a confirmed ticket as an e-ticket (“apple” wallet) to the customer’s email address or phone number specified in the request. This endpoint facilitates electronic delivery of tickets, allowing customers to receive and present their tickets digitally. Useful for post-purchase communications and ensuring customers have access to their tickets.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

ticketIdUUIDRequired
The unique identifier of a ticket

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
notificationAddressstringRequired
The email address or mobile phone number to send tickets and notifications to

Response

This endpoint returns an object.
ticketIdUUID
The unique identifier of a ticket
ticketNumberstring
The unique identifier of a ticket
ticketSentboolean

Indicates whether the ticket has been sent as an e-ticket

codestring or null
A code that identifies the reason of the action result
messagestring or null
A message that describes the result of the action