Inline Table

  • Updated

Sample XML

<Request>
...
  <RuleEngineServiceOptions>
    <Overrides>
      <Override>
        <OverrideType>InlineTable</OverrideType>
        <Name>endpoint name</Name>
        <TableSettings>inline table</TableSettings>
      </Override>
    </Overrides>
  ...
  </RuleEngineServiceOptions>
...
</Request>

Sample JSON

{
"RuleEngineServiceOptions":{
      "Overrides":[
{
   "OverrideType":"InlineTable",
   "Name":"endpoint name",
   "TableSettings":"inline table"
}]
}
}

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.