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

23 lines
676 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: getPayoutToolByIDForParty
tags:
- Payouts
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/contractID'
- $ref: '#/parameters/payoutToolID'
- $ref: '#/parameters/partyID'
responses:
'200':
description: Данные средства вывода
schema:
$ref: '#/definitions/PayoutTool'
'404':
$ref: '#/responses/NotFound'
'401':
$ref: '#/responses/Unauthorized'
'400':
$ref: '#/responses/DefaultLogicError'