v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
EReceipt

Generate eReceipt for your Transaction

Generates an electronic receipt (eReceipt) for a specified transaction. The request body should include the transaction details necessary to generate the eReceipt.

post/v1/ereceipt/generate

Request body

TrasactionIDinteger

The unique identifier of the transaction for which the eReceipt is being generated.

TransactionDateTimestring date-time

The date and time when the transaction occurred.

TrasactionSiteIDinteger

The unique identifier of the site where the transaction took place.

MachineIDinteger

The unique identifier of the machine involved in the transaction.

FullNamestring nullable

The full name of the individual for whom the eReceipt is being generated.

Emailstring nullable

The email address to which the eReceipt will be sent.

Response

The eReceipt was successfully generated.

ReceiptURLstring nullable

The URL where the generated eReceipt can be accessed.

EmailSentboolean

Indicates whether the eReceipt was successfully sent via email.

EreceiptIDinteger

The unique identifier of the generated eReceipt.