Liquid Barcodes stores all receipts in a receipt repository and the app has access to these receipts through our receipts service.
The app can obtain a list of receipts using GET /receipts method and can ask Liquid Barcodes to forward one or multiple receipts to an email recipient using POST /receipts/forward method.
Metadata
Metadata
is a field in the receipt model that can be used by the user to add custom information like, for example, a personal note. This field can be edited using PUT /receipts/{ReceiptId} method.