Creating a new salesOrder in postman using D365FO

Hi All,
I’m facing an issue , as i’m unable to create a new sales order using postman .
Please help me out in creating a new sa

les order using D365FO data.

The correct endpoint for a Sales Order would be POST /api/resource/Sales Order. The JSON keys have to be identical to the field names (written in snake_case).

Check out the docs here and here.