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

17 lines
468 B
YAML
Raw Normal View History

2017-10-23 13:26:44 +00:00
get:
description: Получить информацию о привязке к плательщику.
tags:
- Customers
operationId: getBinding
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/customerID'
- $ref: '#/parameters/customerBindingID'
responses:
'200':
description: Данные привязки
schema:
$ref: '#/definitions/CustomerBinding'
'404':
$ref: '#/responses/NotFound'