Skip to main content

Get

The following routes are available for getting customer service card:

GET /api/v1/tickets

Url with params /api/v1/tickets?&user=user&password=password&type=4&onlyActive=1&addressnr=5244

  • tables: api_tickets
  • query:
    • user: string
    • password: string
    • onlyActive (optional): string
    • type (optional): string
    • addressnr (optional): string
  • body: none
  • response:
Get Service Card
[
{
"Barcode": "551085487205260000",
"StartDate": "0000-00-00 00:00:00",
"EndDate": null,
"EntriesLeft": "-1",
"ItemNr": "35631",
"TimeRanges": "",
"BillNr": "B0050000124030800921",
"BranchNr": "7",
"Amount": "300",
"ReservedAmount": "0",
"Discount": "0.166667",
"Type": "4",
"Status": "-1",
"Info": "CH 111",
"AddressNr": "5244",
"SaleItemNr": null,
"Note": "",
"PlateNumber": "",
"PlateLand": "",
"Picture": null,
"Conditions": null,
"EventItemNr": null,
"LastUpdateTickets": "2024-03-08 09:58:52",
"TimeStamp": null,
"Msg": null,
"Mode": null,
"LocationNr": null,
"Entries": null,
"Invoice_ID": "924",
"FAmount": "250",
"AccountNr": "1022",
"AccountName": "Visa"
}
]