/ManualStorages/{manualStorageNumber}/Positions/Store
Description
For a storage-in action, the quantity must be entered as a positive value and for a storage-out action as a negative value. For these two storage actions, only the value for "StoragePlaceIdentifier" or "Warehouse" may be specified. For a stock transfer, the quantity must be positive and both the value for "StoragePlaceIdentifier"/"Warehouse" and the value for "TargetStoragePlaceIdentifier"/"TargetWarehouse" must be specified.
- Uses backend process
Request
URI Parameters
manualStorageNumber
string
Required
Body Parameters
Quantity
decimal number
Erforderlich
Indicates the amount.
ArticleNumber
string
Erforderlich
Indicates the item number.
Warehouse
string
Specifies the number for the storage. Alternatively, the StoragePlaceIdentifier field can be specified.
QuantityUnit
string
Indicates the deviating quantity unit.
StoragePlaceIdentifier
integer
Specifies the Id for the storage bin. Alternatively, the Warehouse field can be specified in full.
SerialNumber
string
Indicates the serial/batch number.
ExpirationDate
date
Indicates the expiry date of the item.
TargetWarehouse
string
Indicates the number for the destination storage for a stock transfer.
TargetStoragePlaceIdentifier
integer
Indicates the Id for the target storage bin for a storage transfer.
PriceQuantity
decimal number
Indicates the price quantity.
Request Formats
application/json
Example:
[
{
"Quantity": 1.1,
"ArticleNumber": "sample string 2",
"Warehouse": "sample string 3",
"QuantityUnit": "sample string 4",
"StoragePlaceIdentifier": 5,
"SerialNumber": "sample string 6",
"ExpirationDate": "2024-12-26T20:33:46.1925897+01:00",
"TargetWarehouse": "sample string 7",
"TargetStoragePlaceIdentifier": 8,
"PriceQuantity": 9.1
},
{
"Quantity": 1.1,
"ArticleNumber": "sample string 2",
"Warehouse": "sample string 3",
"QuantityUnit": "sample string 4",
"StoragePlaceIdentifier": 5,
"SerialNumber": "sample string 6",
"ExpirationDate": "2024-12-26T20:33:46.1925897+01:00",
"TargetWarehouse": "sample string 7",
"TargetStoragePlaceIdentifier": 8,
"PriceQuantity": 9.1
}
]
Response
Resource Description
ManualStorageNumber
string
Nummer des Lagerungsbeleges
Response Formats
application/json
Example:
{
"ManualStorageNumber": "sample string 1"
}