[HttpPost]
public IActionResult GetList(dynamic jsonParameterFromClient)
{
код быстрого просмотра здесь
}
Параметр "jsonParameterFromClient" происходит от javascript как
ValueKind = Object: " {"IOType": 0, "LineType": 0, "CompanyId": 1} "
как я могу прочитать значения из параметра как jsonParameterFromClient.IOType jsonParameterFromClient.LineType jsonParameterFromClient.CompanyId