 | 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
)
<WebMethodAttribute>
Public Sub AdjustJournalEntry (
apiKey As String,
deviceId As String,
entryId As Long,
newQuantity As Integer
)
public:
[WebMethodAttribute]
void AdjustJournalEntry(
String^ apiKey,
String^ deviceId,
long long entryId,
int newQuantity
)
[<WebMethodAttribute>]
member AdjustJournalEntry :
apiKey : string *
deviceId : string *
entryId : int64 *
newQuantity : int -> unit
Parameters
- apiKey
- Type: SystemString
- deviceId
- Type: SystemString
- entryId
- Type: SystemInt64
- newQuantity
- Type: SystemInt32
See Also