mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
22 lines
609 B
YAML
22 lines
609 B
YAML
get:
|
||
description: Получить информацию о привязке к плательщику.
|
||
tags:
|
||
- Customers
|
||
operationId: getBinding
|
||
parameters:
|
||
- $ref: '#/parameters/requestID'
|
||
- $ref: '#/parameters/deadline'
|
||
- $ref: '#/parameters/customerID'
|
||
- $ref: '#/parameters/customerBindingID'
|
||
responses:
|
||
'200':
|
||
description: Данные привязки
|
||
schema:
|
||
$ref: '#/definitions/CustomerBinding'
|
||
'404':
|
||
$ref: '#/responses/NotFound'
|
||
'401':
|
||
$ref: '#/responses/Unauthorized'
|
||
'400':
|
||
$ref: '#/responses/DefaultLogicError'
|