API for managing Lipp software.
Lipp Connect API (1.1.0)
- Mock serverhttps://developer.lipp.cloud/_mock/apis/POSTransaction/GetInvoice
- Production serverhttps://connect.lipp.cloud/api/POSTransaction/GetInvoice
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.lipp.cloud/_mock/apis/POSTransaction/GetInvoice?id=497f6eca-6276-4993-bfeb-53cbbbba6f08&includeBookings=true&includePayments=true' \
-H 'x-api-key: YOUR_API_KEY_HERE'The invoice from the provided id
Optional ID of the invoice carrier for the table.
Optional ID of the invoice carrier for the table.
Optional salutation of the customer.
Optional salutation of the customer.
First line of the customer name.
First line of the customer name.
Second line of the customer name.
Second line of the customer name.
Country ID of the customer.
Country ID of the customer.
Optional header text printed on the invoice.
Optional header text printed on the invoice.
Optional footer text printed on the invoice.
Optional footer text printed on the invoice.
Date and time when the invoice was corrected.
Date and time when the invoice was corrected.
Date and time when the invoice was cancelled.
Date and time when the invoice was cancelled.
User who cancelled the invoice.
User who cancelled the invoice.
Reference to the invoice that was cancelled.
Reference to the invoice that was cancelled.
Reference to the related daily closing.
Reference to the related daily closing.
Type of the invoice (enum EnInvoiceType, e.g. 0 = Default, 10 = Effort, 20 = PMS Transfer).
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "number": "string", "timestamp": "2019-08-24T14:15:22Z", "tableId": "073fbfcb-cd05-4203-be18-a1ce6f8e4d2d", "tableInvoiceCarrierId": "f9e23206-19e9-41ee-8a1b-68b7b309475a", "priceGrossTotal": 0, "customerSalutationId": "1ba5ff7d-4edc-4741-b493-555d025422ca", "customerName01": "string", "customerName02": "string", "customerStreet": "string", "customerZip": "string", "customerCity": "string", "customerCountryId": "833fffc1-e3e6-4476-8b13-f07d365fbc21", "customerVatId": "string", "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac", "headerText": "string", "footerText": "string", "isCancelled": true, "isRetrieved": true, "isCorrected": true, "correctedOn": "2019-08-24T14:15:22Z", "cancelledOn": "2019-08-24T14:15:22Z", "cancelledByUserId": "a450d7d4-5d4b-404b-bf98-d40f03e765e6", "cancelledInvoiceId": "1e0fc3b1-48c6-4bfb-99bf-b8436b8fd612", "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620", "paymentMethodInfo": "string", "dailyClosingId": "f4e63245-4f64-4c02-b2bc-16efb60900a7", "statisticsValueDate": "2019-08-24", "invoiceType": 0, "customerName": "string", "priceGrossTotalString": "string", "wsNumber": 0, "bookings": [ { … } ], "invoicePayments": [ { … } ] }
- Mock serverhttps://developer.lipp.cloud/_mock/apis/POSTransaction/GetInvoices
- Production serverhttps://connect.lipp.cloud/api/POSTransaction/GetInvoices
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.lipp.cloud/_mock/apis/POSTransaction/GetInvoices?from=2025-06-11&to=2025-06-11&includeBookings=true&includePayments=true' \
-H 'x-api-key: YOUR_API_KEY_HERE'A list of the invoices from the time period
Optional ID of the invoice carrier for the table.
Optional ID of the invoice carrier for the table.
Optional salutation of the customer.
Optional salutation of the customer.
First line of the customer name.
First line of the customer name.
Second line of the customer name.
Second line of the customer name.
Country ID of the customer.
Country ID of the customer.
Optional header text printed on the invoice.
Optional header text printed on the invoice.
Optional footer text printed on the invoice.
Optional footer text printed on the invoice.
Date and time when the invoice was corrected.
Date and time when the invoice was corrected.
Date and time when the invoice was cancelled.
Date and time when the invoice was cancelled.
User who cancelled the invoice.
User who cancelled the invoice.
Reference to the invoice that was cancelled.
Reference to the invoice that was cancelled.
Reference to the related daily closing.
Reference to the related daily closing.
Type of the invoice (enum EnInvoiceType, e.g. 0 = Default, 10 = Effort, 20 = PMS Transfer).
List of payments related to this invoice.
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "number": "string", "timestamp": "2019-08-24T14:15:22Z", "tableId": "073fbfcb-cd05-4203-be18-a1ce6f8e4d2d", "tableInvoiceCarrierId": "f9e23206-19e9-41ee-8a1b-68b7b309475a", "priceGrossTotal": 0, "customerSalutationId": "1ba5ff7d-4edc-4741-b493-555d025422ca", "customerName01": "string", "customerName02": "string", "customerStreet": "string", "customerZip": "string", "customerCity": "string", "customerCountryId": "833fffc1-e3e6-4476-8b13-f07d365fbc21", "customerVatId": "string", "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac", "headerText": "string", "footerText": "string", "isCancelled": true, "isRetrieved": true, "isCorrected": true, "correctedOn": "2019-08-24T14:15:22Z", "cancelledOn": "2019-08-24T14:15:22Z", "cancelledByUserId": "a450d7d4-5d4b-404b-bf98-d40f03e765e6", "cancelledInvoiceId": "1e0fc3b1-48c6-4bfb-99bf-b8436b8fd612", "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620", "paymentMethodInfo": "string", "dailyClosingId": "f4e63245-4f64-4c02-b2bc-16efb60900a7", "statisticsValueDate": "2019-08-24", "invoiceType": 0, "customerName": "string", "priceGrossTotalString": "string", "wsNumber": 0, "bookings": [ … ], "invoicePayments": [ … ] } ]