Validate Arrival

POST

Validates a ticket for arrival at a specific admission point, marking the ticket as admitted. This endpoint is typically used at entry points (e.g., gates or doors) to verify the ticket’s validity and record the customer’s arrival. Optional parameters like admissionCode and scannerStation provide context for the validation.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

ticketNumberstringRequired

The unique identifier of a ticket

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an optional object.
admissionCodestringOptional

A unique code that identifies a specific admission.

scannerStationstringOptional

Response

This endpoint returns an optional object.
ticketNumberstring

The unique identifier of a ticket

admittedboolean

Indicates whether the ticket has been registered as admitted to the admission

codestringOptional

A code that identifies the reason of the action result

messagestringOptional

A message that describes the result of the action