Skip to content

Get label data

GET
/rest/v1/dev/get-label-data

Returns EDBS data for label-relevant fields (articles, suppliers, product groups)

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

Label data

application/json
JSON
{
"articles": [
{
"id": 0,
"articleNr": "string",
"name": "string",
"description": "string",
"productGroupNr": 0,
"unit": "string",
"active": true
}
],
"suppliers": [
{
"id": 0,
"supplierNumber": "string",
"name": "string",
"address": "string",
"contactPerson": "string",
"email": "string",
"phone": "string",
"active": true
}
],
"productGroups": [
{
"id": 0,
"name": "string",
"description": "string",
"active": true
}
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0