swag-payments/spec/paths/processing@customers@{customerID}@bindings@{customerBindingID}.yaml

22 lines
609 B
YAML
Raw Normal View History

2017-10-23 13:26:44 +00:00
get:
description: Получить информацию о привязке к плательщику.
tags:
- Customers
operationId: getBinding
parameters:
- $ref: '#/parameters/requestID'
2018-09-27 06:44:49 +00:00
- $ref: '#/parameters/deadline'
2017-10-23 13:26:44 +00:00
- $ref: '#/parameters/customerID'
- $ref: '#/parameters/customerBindingID'
responses:
'200':
description: Данные привязки
schema:
$ref: '#/definitions/CustomerBinding'
'404':
$ref: '#/responses/NotFound'
2018-10-22 07:08:37 +00:00
'401':
$ref: '#/responses/Unauthorized'
2018-10-22 08:45:48 +00:00
'400':
2018-10-22 11:43:35 +00:00
$ref: '#/responses/DefaultLogicError'