Confirm Print
Confirms the printing of a ticket using the ticketId. Increases the print count and sets the printedAt field to the current time.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
ticketId
The unique identifier of a ticket
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
printCount
The number of times the ticket has been printed. This value needs to correspond to the current value or confirmation will fail. Specifying -1 will ignore the print count check. The print count is increased by the confirmPrint operation.
Response
This endpoint returns an object.
printCount
The number of times the ticket has been printed. The print count is increased by the confirmPrint operation.
printedAt
The date and time when the ticket was printed