 | StocktakingForDevicesServiceQueryCurrentJournal Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public QueryCurrentJournalResult QueryCurrentJournal(
string apiKey,
string deviceId,
string barcode
)
<WebMethodAttribute>
Public Function QueryCurrentJournal (
apiKey As String,
deviceId As String,
barcode As String
) As QueryCurrentJournalResult
public:
[WebMethodAttribute]
QueryCurrentJournalResult^ QueryCurrentJournal(
String^ apiKey,
String^ deviceId,
String^ barcode
)
[<WebMethodAttribute>]
member QueryCurrentJournal :
apiKey : string *
deviceId : string *
barcode : string -> QueryCurrentJournalResult
Parameters
- apiKey
- Type: SystemString
- deviceId
- Type: SystemString
- barcode
- Type: SystemString
Return Value
Type:
QueryCurrentJournalResult
See Also