DataToReceipt
Ozan avatar
Written by Ozan
Updated over a week ago

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:

JSON

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

Response Body:

JSON

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

Parameters:

Attribute Name

Attribute Type

Description

Enum

Required (binary)

command

string

High level command name to interact with Oliver

null

1

method

string

These correspond to create, read, update, and delete (or CRUD) operations

null

1

version

string

The version of the command used

null

1

url

string

Source of the data

null

Did this answer your question?