Options
All
  • Public
  • Public/Protected
  • All
Menu

Module CompleteStockReservationTask

Complete a StockReservation task that has been started with the StartStockReservation(2) service

The service should be called with a line for each orderline that should be reserved. It is not required anymore to send a line for each item on a line.

Provide each line with an OrderLineID and a QuantityTo(Cancel/Reserve/Order).

Index

Properties

Optional PrintReceipt

PrintReceipt: undefined | false | true

Should we print a receipt? Default true

Optional StationID

StationID: undefined | number

Station to print the receipt on Entity type: Station

Task