GET api/Cupones_Nombre_Idioma/GetCupones_Nombre_Idioma/{id}?id_Idioma={id_Idioma}
Devuelve los registros de cuponesNombreIdioma configurados.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_Idioma |
Id del idioma. |
string |
Required |
id |
Id del Cliente. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Cupones_Nombre_IdiomaName | Description | Type | Additional information |
---|---|---|---|
Id |
Id del cupón |
integer |
None. |
FK_Idiomas_Id |
Id del idioma |
string |
String length: inclusive between 0 and 3 |
Nombre |
Nombre del cúpón en el idioma asignado |
string |
Required String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "FK_Idiomas_Id": "sample string 2", "Nombre": "sample string 3" }
application/xml, text/xml
Sample:
<Cupones_Nombre_Idioma xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <FK_Idiomas_Id>sample string 2</FK_Idiomas_Id> <Id>1</Id> <Nombre>sample string 3</Nombre> </Cupones_Nombre_Idioma>