Hi Everyone,
Recently I have been assigned on one task of integration where a developer has created Custom service in D365 F&O.
Now my job is to test the Custom service through postman. But for testing I need to build JSON. And my operation method looks like below, it has 3 parameter classes.
Earlier when I worked on similar kind of service, I used to have only one parameter class and I used to build the JSON manually by picking up one by one parameter from Parameter class.
Is there any website which will give us JSON built automatically if we pass our REST URL to it? If not , what is the simplest way to build the JSON?



Thank you.