mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
24 lines
632 B
YAML
24 lines
632 B
YAML
get:
|
||
description: Получить данные всех средств вывода
|
||
operationId: getPayoutToolsForParty
|
||
tags:
|
||
- Payouts
|
||
parameters:
|
||
- $ref: '#/parameters/requestID'
|
||
- $ref: '#/parameters/deadline'
|
||
- $ref: '#/parameters/contractID'
|
||
- $ref: '#/parameters/partyID'
|
||
responses:
|
||
'200':
|
||
description: Набор средств вывода
|
||
schema:
|
||
type: array
|
||
items:
|
||
$ref: '#/definitions/PayoutTool'
|
||
'404':
|
||
$ref: '#/responses/NotFound'
|
||
'401':
|
||
$ref: '#/responses/Unauthorized'
|
||
'400':
|
||
$ref: '#/responses/DefaultLogicError'
|