Click or drag to resize

StocktakingForDevicesServiceAdjustJournalEntry Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public void AdjustJournalEntry(
	string apiKey,
	string deviceId,
	long entryId,
	int newQuantity
)

Parameters

apiKey
Type: SystemString
deviceId
Type: SystemString
entryId
Type: SystemInt64
newQuantity
Type: SystemInt32
See Also