---
title: "POST /picking/pickwaveidentifier"
method: POST
path: "/picking/pickwaveidentifier"
tags: ["PickwaveIdentifier"]
---

# POST /picking/pickwaveidentifier

`POST /picking/pickwaveidentifier`

Creates the requested pickwave identifiers

## Request body

- CreatePickwaveIdentifierRequest
  - `pickwaveIdentifier` PickwaveIdentifier
    - `ImageUrl` string, nullable
    - `IdentifierId` integer
    - `ImageId` string, uuid
    - `Name` string, required
    - `Tag` string, required

## Response `200`

Success

- PickwaveIdentifier
  - `ImageUrl` string, nullable
  - `IdentifierId` integer
  - `ImageId` string, uuid
  - `Name` string, required
  - `Tag` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/revisions/0123569a22fb/schema)
