Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
Appearance
Menu
Return to top
Update container quantity
POST
/manualProduction/rest/v1/orders/update-container
Updates charge quantity in an order
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"number"
:
"ORD-2024-001"
,
"charge_number"
:
"CHG001"
,
"quantity"
:
150
}
Responses
200
Success
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
}
POST
/manualProduction/rest/v1/orders/update-container
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI