POST api/Multi_ForcedChoices
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ForcedChoices | 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",
"UNIQUEID": 3,
"OPTIONINDEX": 4,
"CHOICE": 5,
"sequence": 6,
"Plink": "sample string 7",
"PriceMode": 8,
"FixedPrice": 9.1,
"IsActive": 10,
"DefQuan": 11,
"Qlink": "sample string 12",
"UpdateStatus": 13,
"PlataformaId": 14
},
{
"IdCliente": "sample string 1",
"Uber_Store_Id": "sample string 2",
"UNIQUEID": 3,
"OPTIONINDEX": 4,
"CHOICE": 5,
"sequence": 6,
"Plink": "sample string 7",
"PriceMode": 8,
"FixedPrice": 9.1,
"IsActive": 10,
"DefQuan": 11,
"Qlink": "sample string 12",
"UpdateStatus": 13,
"PlataformaId": 14
},
{
"IdCliente": "sample string 1",
"Uber_Store_Id": "sample string 2",
"UNIQUEID": 3,
"OPTIONINDEX": 4,
"CHOICE": 5,
"sequence": 6,
"Plink": "sample string 7",
"PriceMode": 8,
"FixedPrice": 9.1,
"IsActive": 10,
"DefQuan": 11,
"Qlink": "sample string 12",
"UpdateStatus": 13,
"PlataformaId": 14
}
]
application/xml, text/xml
Sample:
<ArrayOfclsForcedChoices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
<clsForcedChoices>
<CHOICE>5</CHOICE>
<DefQuan>11</DefQuan>
<FixedPrice>9.1</FixedPrice>
<IdCliente>sample string 1</IdCliente>
<IsActive>10</IsActive>
<OPTIONINDEX>4</OPTIONINDEX>
<PlataformaId>14</PlataformaId>
<Plink>sample string 7</Plink>
<PriceMode>8</PriceMode>
<Qlink>sample string 12</Qlink>
<UNIQUEID>3</UNIQUEID>
<Uber_Store_Id>sample string 2</Uber_Store_Id>
<UpdateStatus>13</UpdateStatus>
<sequence>6</sequence>
</clsForcedChoices>
<clsForcedChoices>
<CHOICE>5</CHOICE>
<DefQuan>11</DefQuan>
<FixedPrice>9.1</FixedPrice>
<IdCliente>sample string 1</IdCliente>
<IsActive>10</IsActive>
<OPTIONINDEX>4</OPTIONINDEX>
<PlataformaId>14</PlataformaId>
<Plink>sample string 7</Plink>
<PriceMode>8</PriceMode>
<Qlink>sample string 12</Qlink>
<UNIQUEID>3</UNIQUEID>
<Uber_Store_Id>sample string 2</Uber_Store_Id>
<UpdateStatus>13</UpdateStatus>
<sequence>6</sequence>
</clsForcedChoices>
<clsForcedChoices>
<CHOICE>5</CHOICE>
<DefQuan>11</DefQuan>
<FixedPrice>9.1</FixedPrice>
<IdCliente>sample string 1</IdCliente>
<IsActive>10</IsActive>
<OPTIONINDEX>4</OPTIONINDEX>
<PlataformaId>14</PlataformaId>
<Plink>sample string 7</Plink>
<PriceMode>8</PriceMode>
<Qlink>sample string 12</Qlink>
<UNIQUEID>3</UNIQUEID>
<Uber_Store_Id>sample string 2</Uber_Store_Id>
<UpdateStatus>13</UpdateStatus>
<sequence>6</sequence>
</clsForcedChoices>
</ArrayOfclsForcedChoices>
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.