DataToReceipt

This app command appends additional data onto Oliver receipt. The data can be QR code, tickets or an image that is hosted on a URL link.

POST

Description:
Add additional data on Oliver receipt with a URL.

Request Body:

{
     command: 'DataToReceipt',
     method: 'post',
      version: '1.0',
     url: 'https://www.mywebsite.com'
}

Response Body:

{
    command: 'DataToReceipt',
    method: 'post',
    version: '1.0',
    status: 200,
    error: null
}

Parameters:

Attribute NameAttribute TypeDescriptionEnumRequired (binary)
commandstringHigh level command name to interact with Olivernull1
methodstringThese correspond to create, read, update, and delete (or CRUD) operationsnull1
versionstringThe version of the command usednull1
urlstringSource of the datanull1