Open
Description
Description
/order:
post:
summary: Создает заказ-наряд
operationId: CreateOrder
requestBody:
$ref: '#/components/requestBodies/CarCodeBody'
responses:
'201':
description: Заказ успешно создан
headers:
Location:
schema:
$ref: '#/components/schemas/OrderId'
description: Уникальный идентификатор заказа
'404':
description: Код клиента или машина не найдены
Expected behavior
A resulting model exposes a Headers
property with all returned headers
Actual behavior
No way to get headers
Related information
1.0.0-Beta1
Metadata
Metadata
Assignees
Labels
No labels