Skip to content

Update container

PUT
/rest/v1/containers/update/{id}

Updates a container by ID

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

id*
Typeinteger
Required

Request Body

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

Responses

Container updated

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

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0