My first time working with this function in PAD. It's a WebAPI using POST method to invoke the service.
Upon successful print request, the API will process the request, gather the necessary data, and store the print job in “LabelPrintQueues” table in RFID database.
Once the data is stored in “LabelPrintQueues”, SmartRFID.SVIM.LabelPrinter will pick up the data and send it to the printer.


I tried it normally and it works but I can't make it work inside my PAD.
Any help is appreciated. Thanks in advance!