mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
17 lines
468 B
YAML
17 lines
468 B
YAML
|
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'
|