I am pretty comfortable making REST API calls, but in Erp.BO.ReportQtySvc for Kinetic 2023.2.6 there are only two endpoints defined. One of those lists Actions, which represent the functionality we need to call, but I have no experience accessing these actions.
Is anyone familiar with using this module and could someone help with an example how to call or use either GetNewReportQty or ReportQuantity?
I found the information I needed by switching Swagger definition to “Custom methods”. Sorry for the simple request.