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"
}
]
}
May be I am missing something. Can anyone help one

Aucun commentaire:
Enregistrer un commentaire