microsoft / Dynamics-AX-Integration

Dynamics AX Integration samples and demos.
285 stars 356 forks source link

Post Data to Retail API in "x-www-form-urlencoded" format. #131

Open Pankaj-0723 opened 10 months ago

Pankaj-0723 commented 10 months ago

Hi All,

Hope all are doing well !!!

As we know that in commerce api, it accepts the json format of data while we are calling from any application. We are trying to call an commerce retail api from postman tool and posting the data in the 'x-www-form-urlencoded' format inplace of json format.

Unfortunately, we are not getting the data in the context object.

Could you please guide us how to do this?

Thank you in Advance.