Postman post request give proper result but ajax post give Count=0 – Jquery ajax
JS: newRecords = [{ "id": 7, "name": "Raddish", "rate": 30, "weight": "2", "amountperweight": 60 }, { "id": 8, "name": "Peas", "rate": 35, "weight": "4", "amountperweight": 140 } ] $.ajax({ method: "POST", url: "http://localhost:36551/Orders/GenerateOrder", data: ({ "generateOrder": newRecords }), contentType: "application/json,…