supersonic-models
Version:
Supersonic models and API specifications
25 lines (24 loc) • 661 B
YAML
post:
summary: Place order MyCentral
description: Place an order on MyCentral and store values in the database.
consumes:
- application/json
produces:
- application/json
parameters:
- in: body
name: Place order payload
description: Place order request payload for MyCentral
schema:
$ref: "../definitions/mycentral-place-order.yaml"
responses:
200:
description: Success
schema:
$ref: "../definitions/mycentral-place-order.yaml"
401:
description: Unauthorized
500:
description: Internal Error
schema:
$ref: "../../../spec/definitions/error-response.yaml"