BC Friday Tips #66 API v2 app

BC Friday Tips is here for msdyn365bc developers!
๐กDid you know there are hidden extensions inside Business Central?
One example is the _Exclude_APIV2_ app from Microsoft.
This app contains the standard API V2 objects used by Business Central.
You can explore it in VS Code after downloading the symbols.
Why this matters?
โ
See how Microsoft designs standard APIs
โ
Copy the API objects when you need to extend them
โ
Use it as a reference when building your own APIs
Open the symbols. You might find useful examples there.
Share to help others โป๏ธ and follow for more tips! ๐

