I get the following error when I try to submit it:
Error, Code: 20170, SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize..
Converting json to xml I can submit with postman.
I suppose the NameValueList list is not correctly converted to the corresponding xml tag.
It should be:
I am trying to insert a new item. This is the json I've generated:
I get the following error when I try to submit it:
Error, Code: 20170, SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize..
Converting json to xml I can submit with postman. I suppose the NameValueList list is not correctly converted to the corresponding xml tag. It should be:
I am using python3.7.