POST api/Multi_Questions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
questions
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "IdCliente": "sample string 1",
    "Uber_Store_Id": "sample string 2",
    "OPTIONINDEX": 3,
    "QUESTION": "sample string 4",
    "FORCED": 5,
    "NUMCHOICE": 6,
    "CHOICEDEFAULT": 7,
    "ISACTIVE": 8,
    "freeChoices": 9,
    "autoOk": 10,
    "UseButtons": 11,
    "AllowMulti": 12,
    "AllowSplit": 13,
    "Subst": 14,
    "Descript": "sample string 15",
    "QstnTmplNum": 16,
    "SNum": 17,
    "SubstQuest": 18,
    "MinusPart": 19,
    "AutoOrdDefQuan": 20,
    "MaxCols": 21,
    "PlataformaId": 22
  },
  {
    "IdCliente": "sample string 1",
    "Uber_Store_Id": "sample string 2",
    "OPTIONINDEX": 3,
    "QUESTION": "sample string 4",
    "FORCED": 5,
    "NUMCHOICE": 6,
    "CHOICEDEFAULT": 7,
    "ISACTIVE": 8,
    "freeChoices": 9,
    "autoOk": 10,
    "UseButtons": 11,
    "AllowMulti": 12,
    "AllowSplit": 13,
    "Subst": 14,
    "Descript": "sample string 15",
    "QstnTmplNum": 16,
    "SNum": 17,
    "SubstQuest": 18,
    "MinusPart": 19,
    "AutoOrdDefQuan": 20,
    "MaxCols": 21,
    "PlataformaId": 22
  },
  {
    "IdCliente": "sample string 1",
    "Uber_Store_Id": "sample string 2",
    "OPTIONINDEX": 3,
    "QUESTION": "sample string 4",
    "FORCED": 5,
    "NUMCHOICE": 6,
    "CHOICEDEFAULT": 7,
    "ISACTIVE": 8,
    "freeChoices": 9,
    "autoOk": 10,
    "UseButtons": 11,
    "AllowMulti": 12,
    "AllowSplit": 13,
    "Subst": 14,
    "Descript": "sample string 15",
    "QstnTmplNum": 16,
    "SNum": 17,
    "SubstQuest": 18,
    "MinusPart": 19,
    "AutoOrdDefQuan": 20,
    "MaxCols": 21,
    "PlataformaId": 22
  }
]

application/xml, text/xml

Sample:
<ArrayOfQuestions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
  <Questions>
    <AllowMulti>12</AllowMulti>
    <AllowSplit>13</AllowSplit>
    <AutoOrdDefQuan>20</AutoOrdDefQuan>
    <CHOICEDEFAULT>7</CHOICEDEFAULT>
    <Descript>sample string 15</Descript>
    <FORCED>5</FORCED>
    <ISACTIVE>8</ISACTIVE>
    <IdCliente>sample string 1</IdCliente>
    <MaxCols>21</MaxCols>
    <MinusPart>19</MinusPart>
    <NUMCHOICE>6</NUMCHOICE>
    <OPTIONINDEX>3</OPTIONINDEX>
    <PlataformaId>22</PlataformaId>
    <QUESTION>sample string 4</QUESTION>
    <QstnTmplNum>16</QstnTmplNum>
    <SNum>17</SNum>
    <Subst>14</Subst>
    <SubstQuest>18</SubstQuest>
    <Uber_Store_Id>sample string 2</Uber_Store_Id>
    <UseButtons>11</UseButtons>
    <autoOk>10</autoOk>
    <freeChoices>9</freeChoices>
  </Questions>
  <Questions>
    <AllowMulti>12</AllowMulti>
    <AllowSplit>13</AllowSplit>
    <AutoOrdDefQuan>20</AutoOrdDefQuan>
    <CHOICEDEFAULT>7</CHOICEDEFAULT>
    <Descript>sample string 15</Descript>
    <FORCED>5</FORCED>
    <ISACTIVE>8</ISACTIVE>
    <IdCliente>sample string 1</IdCliente>
    <MaxCols>21</MaxCols>
    <MinusPart>19</MinusPart>
    <NUMCHOICE>6</NUMCHOICE>
    <OPTIONINDEX>3</OPTIONINDEX>
    <PlataformaId>22</PlataformaId>
    <QUESTION>sample string 4</QUESTION>
    <QstnTmplNum>16</QstnTmplNum>
    <SNum>17</SNum>
    <Subst>14</Subst>
    <SubstQuest>18</SubstQuest>
    <Uber_Store_Id>sample string 2</Uber_Store_Id>
    <UseButtons>11</UseButtons>
    <autoOk>10</autoOk>
    <freeChoices>9</freeChoices>
  </Questions>
  <Questions>
    <AllowMulti>12</AllowMulti>
    <AllowSplit>13</AllowSplit>
    <AutoOrdDefQuan>20</AutoOrdDefQuan>
    <CHOICEDEFAULT>7</CHOICEDEFAULT>
    <Descript>sample string 15</Descript>
    <FORCED>5</FORCED>
    <ISACTIVE>8</ISACTIVE>
    <IdCliente>sample string 1</IdCliente>
    <MaxCols>21</MaxCols>
    <MinusPart>19</MinusPart>
    <NUMCHOICE>6</NUMCHOICE>
    <OPTIONINDEX>3</OPTIONINDEX>
    <PlataformaId>22</PlataformaId>
    <QUESTION>sample string 4</QUESTION>
    <QstnTmplNum>16</QstnTmplNum>
    <SNum>17</SNum>
    <Subst>14</Subst>
    <SubstQuest>18</SubstQuest>
    <Uber_Store_Id>sample string 2</Uber_Store_Id>
    <UseButtons>11</UseButtons>
    <autoOk>10</autoOk>
    <freeChoices>9</freeChoices>
  </Questions>
</ArrayOfQuestions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.