It was suggested
here that the Business Central APIs do not expose the bins on Purchase Order Lines, but that I could make a custom API to store and get bins. However, I still need to be able to update the bin on a purchase order during the receiving process somehow. Is this even currently possible?
Alternatively, we decided an inventory/bin transfer for the item might also work, which I've found some solutions such as creating a codeunit or something else custom. I was just wondering if there was a built-in away to do this programmatically/via an API call. If not, what is the simplest way to implement that?
Lastly, and slightly unrelated, but I can use the /receiveAndInvoice API call, which seems to work. However, we want to know if there is a way to only receive via an API call. I haven't been able to find anything on this other than the possibility of creating a custom API to only receive. However, I have no idea where to start on any of the custom stuff in AL. I'm willing to learn, but don't know what will work, what the best solution, or what needs to be called to perform just a receive operation (or the rest of the functionality that apparently has to be custom). There's not much information out there and Copilot doesn't seem to know what calls exist and which don't. Any help would be greatly appreciated.
Thank you!