dimanche 18 juillet 2021

Unable to get the JSON object in Web API C#

I am trying to post the JSON object to Web API. I am trying with below JSON. Unable to get the JSON object in Web API.

{
  "OrderStatusRequest": [
    {
      "OrderId": "123"
    },
    {
      "OrderId": "234"
    }
  ]
}

enter image description here

May be I am missing something. Can anyone help one




Aucun commentaire:

Enregistrer un commentaire