swag-payments/spec/paths/processing@parties@{partyID}@contracts@{contractID}@payout_tools.yaml
2020-09-24 18:47:22 +03:00

24 lines
632 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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'