develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit e818ab6489 - Show all commits

View File

@ -118,8 +118,11 @@ paths:
- in: query - in: query
name: highestProcessingFailureStatus name: highestProcessingFailureStatus
schema: schema:
type: string type: array
example: open items:
type: string
example: [open]
explode: false
description: Find the highest processing failure status of the transaction. %00 is searching for NULL-values. description: Find the highest processing failure status of the transaction. %00 is searching for NULL-values.
responses: responses:
"200": "200":
@ -447,6 +450,7 @@ paths:
items: items:
type: string type: string
example: [created, succeeded, failed] example: [created, succeeded, failed]
explode: false
description: The action of the event. description: The action of the event.
- in: query - in: query
name: description name: description
@ -808,8 +812,11 @@ paths:
- in: query - in: query
name: concessionId name: concessionId
schema: schema:
type: integer type: array
example: 1 items:
type: integer
example: [1, 2]
explode: false
description: Find product metadata that is linked to this concession. description: Find product metadata that is linked to this concession.
- in: query - in: query
name: sourceMetadataId name: sourceMetadataId
@ -1510,8 +1517,11 @@ paths:
- in: query - in: query
name: rejectionProcessing name: rejectionProcessing
schema: schema:
type: string type: array
example: system items:
type: string
example: [mail, system]
explode: false
description: The rejection processing of the source. description: The rejection processing of the source.
- in: query - in: query
name: rejectionInfo name: rejectionInfo
@ -1833,6 +1843,7 @@ paths:
items: items:
type: integer type: integer
example: [1, 2] example: [1, 2]
explode: false
description: The id of the concession. description: The id of the concession.
- in: query - in: query
name: percentage name: percentage