swag-payments/spec/paths/processing@contracts@{contractID}@payout_tools@{payoutToolID}.yaml
2018-10-22 14:43:35 +03:00

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