Hi, I have no experience with Dynamics 365 Business Central. I'm building a Purchase Order integration from an external application to D365.
It appears to me to update an existing Purchase Order, it needs to be reopened. But, I haven't found a way to reopen a PO using the standard API.
If I tried using the
Update PO request to set the status field to "Open" resulted in an error "Control 'status' is read-only".
I do not have access and the D365 skills to develop a custom API. Is there a way to reopen a PO using the standard API v2? If not, is there a workaround?