File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1339,6 +1339,21 @@ paths:
1339
1339
type: integer
1340
1340
- $ref: '#/components/parameters/unitdp'
1341
1341
- $ref: '#/components/parameters/pageSize'
1342
+ - in: query
1343
+ name: IDs
1344
+ x-snake: ids
1345
+ description: Filter by a comma-separated list of BankTransactionIDs.
1346
+ style: form
1347
+ explode: false
1348
+ example: '"00000000-0000-0000-0000-000000000000"'
1349
+ x-example-java: Arrays.asList(UUID.fromString("00000000-0000-0000-0000-000000000000"))
1350
+ x-example-php: '"00000000-0000-0000-0000-000000000000"'
1351
+ x-example-csharp: new List<Guid>{Guid.Parse("00000000-0000-0000-0000-000000000000")};
1352
+ schema:
1353
+ type: array
1354
+ items:
1355
+ type: string
1356
+ format: uuid
1342
1357
responses:
1343
1358
'200':
1344
1359
description: Success - return response of type BankTransactions array with 0 to n BankTransaction
You can’t perform that action at this time.
0 commit comments