swag-payments/spec/paths/parties@{partyID}@shops@{shopID}@reports@{reportID}.yaml
2020-09-28 14:23:36 +03:00

23 lines
619 B
YAML

get:
description: Получить отчет по данному идентификатору
tags:
- Reports
operationId: getReportForParty
parameters:
- $ref: '#/parameters/requestID'
- $ref: '#/parameters/deadline'
- $ref: '#/parameters/shopID'
- $ref: '#/parameters/reportID'
- $ref: '#/parameters/partyID'
responses:
'200':
description: Найденный отчет
schema:
$ref: '#/definitions/Report'
'404':
$ref: '#/responses/NotFound'
'401':
$ref: '#/responses/Unauthorized'
'400':
$ref: '#/responses/DefaultLogicError'