OVPAY-879 - Converted search params to array.
This commit is contained in:
parent
9c17102d04
commit
e818ab6489
@ -118,8 +118,11 @@ paths:
|
|||||||
- in: query
|
- in: query
|
||||||
name: highestProcessingFailureStatus
|
name: highestProcessingFailureStatus
|
||||||
schema:
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
example: open
|
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: array
|
||||||
|
items:
|
||||||
type: integer
|
type: integer
|
||||||
example: 1
|
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: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
example: system
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user