TrakopolisExtraParamData


JSON Response Example

{
  "UniqueCode": "StringValue",
  "StringValue": "StringValue",
  "OptionKey": "StringValue",
  "FloatValue": {
    "RawValue": 1.0,
    "Value": 1.0,
    "Units": "StringValue"
  },
  "Type": "StringValue",
  "BytesValue": null
}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<TrakopolisExtraParamData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ParamNumber>0</ParamNumber>
  <UniqueCode>StringValue</UniqueCode>
  <StringValue>StringValue</StringValue>
  <OptionKey>StringValue</OptionKey>
  <FloatValue>
    <RawValue>1</RawValue>
    <Value>1</Value>
    <Units>StringValue</Units>
  </FloatValue>
  <Type>StringValue</Type>
</TrakopolisExtraParamData>