 | 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
)
<WebMethodAttribute>
Public Sub ApplyProducts (
apiKey As String,
deviceId As String,
products As ProductEntry()
)
public:
[WebMethodAttribute]
void ApplyProducts(
String^ apiKey,
String^ deviceId,
array<ProductEntry^>^ products
)
[<WebMethodAttribute>]
member ApplyProducts :
apiKey : string *
deviceId : string *
products : ProductEntry[] -> unit
Parameters
- apiKey
- Type: SystemString
- deviceId
- Type: SystemString
- products
- Type: Bex.API.ServiceDTOs.StocktakingForDevicesProductEntry
See Also