Confirm Print

POST

Confirms the printing of a ticket using the ticketId. Increases the print count and sets the printedAt field to the current time.

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

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
printCountintegerRequired

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.
printCountinteger

The number of times the ticket has been printed. The print count is increased by the confirmPrint operation.

printedAtdatetime

The date and time when the ticket was printed

Built with