Skip to content

Get charges for position

GET
/picking/rest/v1/picklist/pos-charge/{orderNumber}/{pos}

Returns charges available for picking at specified order position

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

orderNumber*
Typestring
Required
Example"ORD-2024-001"
pos*
Typeinteger
Required
Example1

Responses

Available charges for position

application/json
JSON
[
{
"chargeId": 0,
"chargeNumber": "string",
"availableQuantity": 0,
"unit": "string",
"storageLocation": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0