Hi All,
We are trying to integrate into D365 Contact Data and General Ledger transactions from custom developed apps. We believe the data entities to use for Contact Data is 'Contactsv2' and for General Ledger Transactions it is 'General Journal'.
However, when trying to get the rest endpoint using the URL https://[d365 URL]/data/ContactsV2? we get the message....
<Message>No HTTP resource was found that matches the request URI 'https://[d365 URL]/data/ContactsV2'. No route data was found for this request.</Message>
Similar situation for General Journal using the URL https://[d365 URL]/data/GeneralJournal?
We have checked the data entity meta data and notice these two entities are not referenced in there. I have refreshed the data entity list in D365 as well.
Using these entities in D365 F&O data management we can import and export both contact data and general journal data without issues, but we are looking to integrate via the odata rest api
Any idea if these are the correct data entities to use if we integrating via and rest api or what the issue may be causing the error.
Bijal