Skip to main content

Discount prices

The following routes are available for get discount price for sparticket:

Documentation getListOfDiscountPrices.php

GET /getListOfDiscountPrices.php

Url with params /getListOfDiscountPrices.php?user=user&password=password&fromdate=2024-01-16&all&todate=2024-01-17&branchnr=5

  • body: none
  • query:
    • user: string
    • password: string
    • fromdate: start date to get data from, in format yyyy-mm-dd
    • todate: end date to get data from, in format yyyy-mm-dd
    • branchnr: branch number to get data from
    • eventnr: (optional) event number to get data from
    • itemnr: (optional) item number to get data from
    • all (optional): show also tickets which aren't discounted and of every type
  • response:
Discount prices
{
"success": true,
"status": 0,
"data":
[
{
"EventId": "19733",
"ArtikelNr": "35641",
"RemainingContingent": 41,
"RemainingContingentTotal": 41,
"ActualPrice": 10,
"DiscountedPrice": 5
},
{
"EventId": "19751",
"ArtikelNr": "35642",
"RemainingContingent": 6,
"RemainingContingentTotal": 6,
"ActualPrice": 0,
"DiscountedPrice": 0
}
]
}