swag-payments/spec/paths/processing@contracts@{contractID}.yaml

21 lines
524 B
YAML
Raw Normal View History

get:
description: Получить данные договора по его ID
operationId: getContractByID
tags:
- Contracts
parameters:
- $ref: '#/parameters/requestID'
2018-09-27 06:44:49 +00:00
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/contractID'
responses:
'200':
description: Contract found
schema:
$ref: '#/definitions/Contract'
'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'