 | StocktakingForDevicesServiceEndStocktaking Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void EndStocktaking(
string apiKey,
string deviceId,
string callbackUrl
)
<WebMethodAttribute>
Public Sub EndStocktaking (
apiKey As String,
deviceId As String,
callbackUrl As String
)
public:
[WebMethodAttribute]
void EndStocktaking(
String^ apiKey,
String^ deviceId,
String^ callbackUrl
)
[<WebMethodAttribute>]
member EndStocktaking :
apiKey : string *
deviceId : string *
callbackUrl : string -> unit
Parameters
- apiKey
- Type: SystemString
- deviceId
- Type: SystemString
- callbackUrl
- Type: SystemString
See Also