# Checkout & Checkin

Provider API v0.6.5 · 2 operations
Source: https://plas.redia.dk/en/provider/v0.6.5/checkout-and-checkin/

No description in the specification.

## Check in an item

`POST` `/checkin/{itemId}` · `Checkin`

### Parameters

- `itemId` (In `path`, [`FieldItemId`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#FieldItemId), required) — The item identifier of the item to check in.

Shared across operations: `version`. [See the shared contract on the version page.](https://plas.redia.dk/en/provider/v0.6.5/)

### Request body

`application/json` · required

[`CheckinRequestBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#CheckinRequestBody)

### Responses

- `200` [`CheckinResponseBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#CheckinResponseBody) — Success

Error responses: 400 · 401 · 404 — [See the shared contract on the version page.](https://plas.redia.dk/en/provider/v0.6.5/)

## Check out an item

`POST` `/checkout/{itemId}` · `Checkout`

### Parameters

- `itemId` (In `path`, [`FieldItemId`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#FieldItemId), required) — The item identifier of the item to check out.

Shared across operations: `version`. [See the shared contract on the version page.](https://plas.redia.dk/en/provider/v0.6.5/)

### Request body

`application/json` · required

[`CheckoutRequestBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#CheckoutRequestBody)

### Responses

- `200` [`CheckoutResponseBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#CheckoutResponseBody) — Success

Error responses: 400 · 401 · 404 — [See the shared contract on the version page.](https://plas.redia.dk/en/provider/v0.6.5/)
