Add query params for new PurchasedTapConnectTicket attributes

This commit is contained in:
Max Martens 2026-04-02 12:13:48 +02:00
parent c4d99bb8d6
commit 6a4b1a1d58

View File

@ -912,6 +912,48 @@ paths:
type: string type: string
example: HTM-1234-7654-8945 example: HTM-1234-7654-8945
description: A printable id that needs to be next to the printed barcode on the ticket, which is used when the customer contacts the service desk. description: A printable id that needs to be next to the printed barcode on the ticket, which is used when the customer contacts the service desk.
- in: query
name: activateBeforeBefore
schema:
type: string
format: date
example: 2024-10-04
description: Return only PurchasedTapConnectTickets that have `activateBefore` before this date.
- in: query
name: activateBeforeAfter
schema:
type: string
format: date-time
example: 2024-10-04
description: Return only PurchasedTapConnectTickets that have `activateBefore` after this date.
- in: query
name: validtyStartBefore
schema:
type: string
format: date-time
example: 2024-10-04T12:34:56.000
description: Return only PurchasedTapConnectTickets that have `validtyStart` before this timestamp.
- in: query
name: validtyStartAfter
schema:
type: string
format: date-time
example: 2024-10-04T12:34:56.000
description: Return only PurchasedTapConnectTickets that have `validtyStart` after this timestamp.
- in: query
name: validtyEndBefore
schema:
type: string
format: date-time
example: 2024-10-04T12:34:56.000
description: Return only PurchasedTapConnectTickets that have `validtyEnd` before this timestamp.
- in: query
name: validtyEndAfter
schema:
type: string
format: date-time
example: 2024-10-04T12:34:56.000
description: Return only PurchasedTapConnectTickets that have `validtyEnd` after this timestamp.
responses: responses:
"200": "200":
description: OK description: OK