Skip to content

Create container

POST
/rest/v1/containers/create

Creates a new container

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"scanCode": "CONT123456",
"baseCode": "BASE123",
"lotNumber": 456,
"weight": 25.5
}

Responses

Container created

application/json
JSON
{
"id": 0,
"scanCode": "string",
"baseCode": "string",
"lotNumber": 0,
"weight": 0,
"status": "string",
"createdAt": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0