Click or drag to resize

StocktakingForDevicesServiceApplyProducts Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public void ApplyProducts(
	string apiKey,
	string deviceId,
	ProductEntry[] products
)

Parameters

apiKey
Type: SystemString
deviceId
Type: SystemString
products
Type: Bex.API.ServiceDTOs.StocktakingForDevicesProductEntry
See Also