GET api/TiendaDatosEmpresa_Config_Idioma/GetTiendaDatosEmpresa_Config_Idioma?Empresa_id={Empresa_id}&Marca_Id={Marca_Id}&idiomaId={idiomaId}

Devuelve el registro de un idioma concreto.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Empresa_id

Id de la empresa

integer

Required

Marca_Id

Id de la marca

integer

Required

idiomaId

Id del idioma

string

Required

Body Parameters

None.

Response Information

Resource Description

TiendaDatosEmpresa_Config_Idioma
NameDescriptionTypeAdditional information
FK_Marcas_Id

integer

None.

FK_Empresas_Id

integer

None.

FK_Idiomas_Id

string

String length: inclusive between 0 and 2

Descripcion_Campo1

string

String length: inclusive between 0 and 100

Descripcion_Campo2

string

String length: inclusive between 0 and 100

Descripcion_Campo3

string

String length: inclusive between 0 and 100

Descripcion_Campo4

string

String length: inclusive between 0 and 100

Descripcion_Campo5

string

String length: inclusive between 0 and 100

Descripcion_Campo6

string

String length: inclusive between 0 and 100

Descripcion_Campo7

string

String length: inclusive between 0 and 100

Descripcion_Campo8

string

String length: inclusive between 0 and 100

Descripcion_Campo9

string

String length: inclusive between 0 and 100

Descripcion_Campo10

string

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
{
  "FK_Marcas_Id": 1,
  "FK_Empresas_Id": 2,
  "FK_Idiomas_Id": "sample string 3",
  "Descripcion_Campo1": "sample string 4",
  "Descripcion_Campo2": "sample string 5",
  "Descripcion_Campo3": "sample string 6",
  "Descripcion_Campo4": "sample string 7",
  "Descripcion_Campo5": "sample string 8",
  "Descripcion_Campo6": "sample string 9",
  "Descripcion_Campo7": "sample string 10",
  "Descripcion_Campo8": "sample string 11",
  "Descripcion_Campo9": "sample string 12",
  "Descripcion_Campo10": "sample string 13"
}

application/xml, text/xml

Sample:
<TiendaDatosEmpresa_Config_Idioma xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora">
  <Descripcion_Campo1>sample string 4</Descripcion_Campo1>
  <Descripcion_Campo10>sample string 13</Descripcion_Campo10>
  <Descripcion_Campo2>sample string 5</Descripcion_Campo2>
  <Descripcion_Campo3>sample string 6</Descripcion_Campo3>
  <Descripcion_Campo4>sample string 7</Descripcion_Campo4>
  <Descripcion_Campo5>sample string 8</Descripcion_Campo5>
  <Descripcion_Campo6>sample string 9</Descripcion_Campo6>
  <Descripcion_Campo7>sample string 10</Descripcion_Campo7>
  <Descripcion_Campo8>sample string 11</Descripcion_Campo8>
  <Descripcion_Campo9>sample string 12</Descripcion_Campo9>
  <FK_Empresas_Id>2</FK_Empresas_Id>
  <FK_Idiomas_Id>sample string 3</FK_Idiomas_Id>
  <FK_Marcas_Id>1</FK_Marcas_Id>
</TiendaDatosEmpresa_Config_Idioma>