GET api/Setting?Cliente_Id={Cliente_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Cliente_Id
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ClientId": "sample string 1",
  "HeadOffice": true,
  "Nombre": "sample string 3",
  "Activo": true
}

application/xml, text/xml

Sample:
<ClientStore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
  <Activo>true</Activo>
  <ClientId>sample string 1</ClientId>
  <HeadOffice>true</HeadOffice>
  <Nombre>sample string 3</Nombre>
</ClientStore>