---
title: "Student CreateOrder"
method: POST
path: "/students/orders"
tags: ["students-orders"]
---

# Student CreateOrder

`POST /students/orders`

student create order

## Request body

- V1CreateOrderInput
  - `offerId` string, required
  - `promoId` string

## Response `200`

OK

- V1CreateOrderResponse
  - `orderId` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

## Changes

- **2021-08-15** `b743ae571d4b` — 1 info
  - endpoint added
- **2021-08-10** `6464890546ed` — 1 breaking
  - api path removed without deprecation
- **2021-08-07** `0b2c5d177ba2` — 1 info
  - endpoint added
- **2021-02-04** `0677335332a8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/creatly/apis/creatly-api/changes/students/orders/post.md)

---

[API](https://skmtc.dev/creatly/apis/creatly-api.md) · [All operations](https://skmtc.dev/creatly/apis/creatly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/creatly/creatly-api/revisions/513aaee36614/schema)
