GET api/Config?StoreId={StoreId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
StoreId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ClientId": "sample string 1",
  "StoreId": "sample string 2",
  "StoreName": "sample string 3",
  "SalestypeId": 4,
  "MethodPayment": 5,
  "SecLevelUpload": 6,
  "hours": 7,
  "AutomaticMenuUpload": true,
  "Cliente_Secret": "sample string 9",
  "PriceApplied": "sample string 10",
  "Status": true,
  "Token": "sample string 12",
  "TokenExpire": "sample string 13",
  "Proveedor": 14,
  "ReadyforPickup": true,
  "Minutos": 16,
  "Validado": true,
  "Uber_Client_Id": "sample string 18"
}

application/xml, text/xml

Sample:
<Config xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
  <AutomaticMenuUpload>true</AutomaticMenuUpload>
  <ClientId>sample string 1</ClientId>
  <Cliente_Secret>sample string 9</Cliente_Secret>
  <MethodPayment>5</MethodPayment>
  <Minutos>16</Minutos>
  <PriceApplied>sample string 10</PriceApplied>
  <Proveedor>14</Proveedor>
  <ReadyforPickup>true</ReadyforPickup>
  <SalestypeId>4</SalestypeId>
  <SecLevelUpload>6</SecLevelUpload>
  <Status>true</Status>
  <StoreId>sample string 2</StoreId>
  <StoreName>sample string 3</StoreName>
  <Token>sample string 12</Token>
  <TokenExpire>sample string 13</TokenExpire>
  <Uber_Client_Id>sample string 18</Uber_Client_Id>
  <Validado>true</Validado>
  <hours>7</hours>
</Config>