Integrations Call x++ web service with web browser snippet There are a lot of ways to call D365 web services – Postman, Fiddler, Logic Apps – but they're all a bit fussy. Getting authentication right the first time can be stressful, and they all
x++ FormJsonSerializer The FormJsonSerializer class is the one true JSON serializer in D365. The static serializeClass() method is the simplest to implement, and can handle the most complex of contracts. If you want to get