Merge branch 'main' of https://git.integratielaag.nl/HTM/ovpay
This commit is contained in:
commit
26ac412938
@ -758,17 +758,21 @@ paths:
|
||||
- in: query
|
||||
name: scheduledActionTypeId
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
example: 1
|
||||
explode: false
|
||||
required: false
|
||||
description: Type of scheduled action.
|
||||
description: Filter on possible ScheduledAction types. 1 = gbo-refund.
|
||||
- in: query
|
||||
name: scheduledActionStatusId
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
example: 1
|
||||
explode: false
|
||||
required: false
|
||||
description: Status of scheduled action.
|
||||
description: Filter on possible ScheduledAction statuses. 1 = created, 2 = pending, 3 = processed, 4 = failed.
|
||||
- in: query
|
||||
name: executionTimeFrom
|
||||
schema:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user