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