ODataParameterReader выдает исключение при чтении части тела запроса пакетного запроса
Вызов API напрямую с тем же телом запроса работает,
но отправка той же части тела пакета показывает недопустимое исключение json:
--batch_myBatchIdContent-Type: application / httpContent-Transfer-Encoding: двоичный
POST foo/bar HTTP/1.1
Content-Type: application/json
{
"key" :[
"valuestring"
]
}
--batch_myBatchId```
message":"Invalid JSON. More than one value was found at the root of the JSON content.