we are getting errors within the DataScope Select REST API (C# SDK) trying to receive the "Total Net Asstes" field for the RIC "LP62003260".
I already found out, that the value of this field is lager than the standard integer size. So the API returns an "TRN" for truncated, which leads to an parsing error in the C# SDK.
I'm able to change integer length in the DataScope Select Web Interface. (see my screenshot) With an increased interger length, I get the correct value.
My question is: How can I change the integer length during extractions with the C# REST API SKD?