I made a Json Object like this:
.{
"_Cmd": [
{
"Description": "Ceci est un test",
"ypeNote": "test",
"teExpe": null,
"City": "Paris",
"CodeRep": "FTRTY",
"TypeRegroupement": {
"Description": "Ceci est un test",
"Type": "Thiers"
},
"ZipCode": "92100"
}
],
"_Ligne": [
{
"Price": 67.0,
"NumLine": 1.0,
"QtyCmd": 0.0,
"IsCoupe": false,
"RefCom": "TYGUUJH"
}
],
"_Doc": [
{
"Description": "this is a test",
"TypeNote": "Test"
}
]
}
My API wait for this three parameters
But When I use soap UI and i made post request this Json i have this message :
"Message": "An exception occured when deserializing a parameters - Exception occurred when parsing and deserializing parameter '_Cmd' - 'Error while deserializing contract class'",
But my Json Is valid.
What can I do ?