Skip to content

Update Serial Number

POST
/admin/serial-numbers/{id}
curl --request POST \
--url http://localhost:9000/admin/serial-numbers/example \
--header 'Content-Type: application/json' \
--data '{ "order_id": "example", "stock_lot_id": "example", "value": "example", "invalidated": false, "metadata": {} }'
id
required
string
Media type application/json
object
order_id
string
stock_lot_id
string
value
string
invalidated
required
boolean
metadata
object
key
additional properties
any

OK

Media type application/json
object
Example generated
{}