---
title: "Return bike"
method: POST
path: "/returns"
---

# Return bike

`POST /returns`

## Request body

- object
  - `bikeNumber` integer, required
  - `standName` string, required
  - `note` string

## Response `200`

Success response envelope

- SuccessEnvelope
  - `data` unknown, required
  - `meta` ResponseMeta, required
    - `requestId` string, required
    - `timestamp` string, date-time, required

## Other responses

- `409` — Problem details response

## Changes

- **2026-02-28** `832c7fc616ed` — 2 warning, 1 info
  - removed the optional property `code` from the response with the `409` status
  - removed the optional property `params` from the response with the `409` status
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/cyklokoalicia/apis/opensourcebikeshare-api/changes/returns/post.md)

---

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