Skip to content

Create Barcode Generator

POST
/admin/barcode-generator
curl --request POST \
--url http://localhost:9000/admin/barcode-generator \
--header 'Content-Type: application/json' \
--data '{ "bcid": "example", "serial": "example", "height": "example" }'
Media type application/json
object
bcid
string
serial
string
height
string
Example generated
{
"bcid": "example",
"serial": "example",
"height": "example"
}

OK

Media type application/json
object
Example generated
{}