This type used for method parameters, return values, output parameters and error description.
- KLOAPI type: array
- JSON presentation: JSON array/null
- Description: Ordered collection of different types of values
- Value format: May contain elements of the following types: null, paramString, paramBool, paramInt, paramLong, paramDateTime, paramDate, paramBinary, paramFloat, paramDouble, paramArray, paramParams. Example: [{"type": "date", "value": "2016-09-19"}, {"type": "datetime", "value": "2016-09-19T15:22:35Z"}]