I’m new to D365 FO and am trying to retrieve Purchase Order Header and Line info via Postman.
I have logged into D365 and created a connection in Postman, but what is the URI to actually retrieve the info?
Also, is there a list of common URI – sales order, purchase order, product etc?
So far I have tried the below to no avail:
{{resource}}/data/PurchaseOrderHeaders?$filter=PurchaseOrderNumber eq ‘12345’
{{resource}}/api/data/v9.0/purchaseorders(12345)
{{resource}}/api/data/purchaseorders(12345)
{{resource}}/data/PurchTable/PurchaseOrders(‘12345’)
Have you registered the application in AAD first?