GET api/PreguntasForzadas?codigo={codigo}&plataforma={plataforma}&sucursalGa={sucursalGa}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| codigo | No documentation available. |
Define this parameter in the request URI. |
| plataforma | No documentation available. |
Define this parameter in the request URI. |
| sucursalGa | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"prodNum": 2,
"ProdName": "sample string 3",
"ShortDescription": "sample string 4",
"Html": "sample string 5",
"PreguntasForzadas": [
{
"QuestionsId": 1,
"OPTIONINDEX": 2,
"QUESTION": "sample string 3",
"FORCED": 4,
"NUMCHOICE": 5,
"ISACTIVE": true,
"Descript": "sample string 7",
"StatusPregunta": true,
"ForcedChoiceId": 9,
"CHOICE": 10,
"sequence": 11,
"ProdNum": 12,
"ProductoId": 13,
"ProdNameCustom": "sample string 14",
"ISACTIVE_CHOICE": true,
"Precio": 16.1,
"Contador": 17,
"IndexPregunta": 18,
"StatusForcedChoiceId": true,
"UNIQUEID": 20,
"PreguntaWeb": true
},
{
"QuestionsId": 1,
"OPTIONINDEX": 2,
"QUESTION": "sample string 3",
"FORCED": 4,
"NUMCHOICE": 5,
"ISACTIVE": true,
"Descript": "sample string 7",
"StatusPregunta": true,
"ForcedChoiceId": 9,
"CHOICE": 10,
"sequence": 11,
"ProdNum": 12,
"ProductoId": 13,
"ProdNameCustom": "sample string 14",
"ISACTIVE_CHOICE": true,
"Precio": 16.1,
"Contador": 17,
"IndexPregunta": 18,
"StatusForcedChoiceId": true,
"UNIQUEID": 20,
"PreguntaWeb": true
},
{
"QuestionsId": 1,
"OPTIONINDEX": 2,
"QUESTION": "sample string 3",
"FORCED": 4,
"NUMCHOICE": 5,
"ISACTIVE": true,
"Descript": "sample string 7",
"StatusPregunta": true,
"ForcedChoiceId": 9,
"CHOICE": 10,
"sequence": 11,
"ProdNum": 12,
"ProductoId": 13,
"ProdNameCustom": "sample string 14",
"ISACTIVE_CHOICE": true,
"Precio": 16.1,
"Contador": 17,
"IndexPregunta": 18,
"StatusForcedChoiceId": true,
"UNIQUEID": 20,
"PreguntaWeb": true
}
]
}
application/xml, text/xml
Sample:
<ProductoPForzadas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
<Html>sample string 5</Html>
<Id>1</Id>
<PreguntasForzadas>
<PreguntasForzadas>
<CHOICE>10</CHOICE>
<Contador>17</Contador>
<Descript>sample string 7</Descript>
<FORCED>4</FORCED>
<ForcedChoiceId>9</ForcedChoiceId>
<ISACTIVE>true</ISACTIVE>
<ISACTIVE_CHOICE>true</ISACTIVE_CHOICE>
<IndexPregunta>18</IndexPregunta>
<NUMCHOICE>5</NUMCHOICE>
<OPTIONINDEX>2</OPTIONINDEX>
<Precio>16.1</Precio>
<PreguntaWeb>true</PreguntaWeb>
<ProdNameCustom>sample string 14</ProdNameCustom>
<ProdNum>12</ProdNum>
<ProductoId>13</ProductoId>
<QUESTION>sample string 3</QUESTION>
<QuestionsId>1</QuestionsId>
<StatusForcedChoiceId>true</StatusForcedChoiceId>
<StatusPregunta>true</StatusPregunta>
<UNIQUEID>20</UNIQUEID>
<sequence>11</sequence>
</PreguntasForzadas>
<PreguntasForzadas>
<CHOICE>10</CHOICE>
<Contador>17</Contador>
<Descript>sample string 7</Descript>
<FORCED>4</FORCED>
<ForcedChoiceId>9</ForcedChoiceId>
<ISACTIVE>true</ISACTIVE>
<ISACTIVE_CHOICE>true</ISACTIVE_CHOICE>
<IndexPregunta>18</IndexPregunta>
<NUMCHOICE>5</NUMCHOICE>
<OPTIONINDEX>2</OPTIONINDEX>
<Precio>16.1</Precio>
<PreguntaWeb>true</PreguntaWeb>
<ProdNameCustom>sample string 14</ProdNameCustom>
<ProdNum>12</ProdNum>
<ProductoId>13</ProductoId>
<QUESTION>sample string 3</QUESTION>
<QuestionsId>1</QuestionsId>
<StatusForcedChoiceId>true</StatusForcedChoiceId>
<StatusPregunta>true</StatusPregunta>
<UNIQUEID>20</UNIQUEID>
<sequence>11</sequence>
</PreguntasForzadas>
<PreguntasForzadas>
<CHOICE>10</CHOICE>
<Contador>17</Contador>
<Descript>sample string 7</Descript>
<FORCED>4</FORCED>
<ForcedChoiceId>9</ForcedChoiceId>
<ISACTIVE>true</ISACTIVE>
<ISACTIVE_CHOICE>true</ISACTIVE_CHOICE>
<IndexPregunta>18</IndexPregunta>
<NUMCHOICE>5</NUMCHOICE>
<OPTIONINDEX>2</OPTIONINDEX>
<Precio>16.1</Precio>
<PreguntaWeb>true</PreguntaWeb>
<ProdNameCustom>sample string 14</ProdNameCustom>
<ProdNum>12</ProdNum>
<ProductoId>13</ProductoId>
<QUESTION>sample string 3</QUESTION>
<QuestionsId>1</QuestionsId>
<StatusForcedChoiceId>true</StatusForcedChoiceId>
<StatusPregunta>true</StatusPregunta>
<UNIQUEID>20</UNIQUEID>
<sequence>11</sequence>
</PreguntasForzadas>
</PreguntasForzadas>
<ProdName>sample string 3</ProdName>
<ShortDescription>sample string 4</ShortDescription>
<prodNum>2</prodNum>
</ProductoPForzadas>