POST api/Chatapi/SaveVariableInputElements

Request Information

URI Parameters

None.

Body Parameters

Collection of InputReturnElements
NameDescriptionTypeAdditional information
ElementName

string

None.

ElementInputId

string

None.

ElementNo

string

None.

ElementValue

string

None.

Token

string

None.

ScenarioId

string

None.

VariableType

string

None.

VariableCounter

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ElementName": "sample string 1",
    "ElementInputId": "sample string 2",
    "ElementNo": "sample string 3",
    "ElementValue": "sample string 4",
    "Token": "sample string 5",
    "ScenarioId": "sample string 6",
    "VariableType": "sample string 7",
    "VariableCounter": "sample string 8"
  },
  {
    "ElementName": "sample string 1",
    "ElementInputId": "sample string 2",
    "ElementNo": "sample string 3",
    "ElementValue": "sample string 4",
    "Token": "sample string 5",
    "ScenarioId": "sample string 6",
    "VariableType": "sample string 7",
    "VariableCounter": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfInputReturnElements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChatBiri.Models">
  <InputReturnElements>
    <ElementInputId>sample string 2</ElementInputId>
    <ElementName>sample string 1</ElementName>
    <ElementNo>sample string 3</ElementNo>
    <ElementValue>sample string 4</ElementValue>
    <ScenarioId>sample string 6</ScenarioId>
    <Token>sample string 5</Token>
    <VariableCounter>sample string 8</VariableCounter>
    <VariableType>sample string 7</VariableType>
  </InputReturnElements>
  <InputReturnElements>
    <ElementInputId>sample string 2</ElementInputId>
    <ElementName>sample string 1</ElementName>
    <ElementNo>sample string 3</ElementNo>
    <ElementValue>sample string 4</ElementValue>
    <ScenarioId>sample string 6</ScenarioId>
    <Token>sample string 5</Token>
    <VariableCounter>sample string 8</VariableCounter>
    <VariableType>sample string 7</VariableType>
  </InputReturnElements>
</ArrayOfInputReturnElements>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>