GET api/TiposCupons
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TiposCuponDetall| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id del tipo de cupon |
integer |
None. |
| NombreTipoCupon |
Nombre del tipo de cupon |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"NombreTipoCupon": 2
}
application/xml, text/xml
Sample:
<TiposCuponsController.TiposCuponDetall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora.Areas.Cupones.Controllers"> <Id>1</Id> <NombreTipoCupon>2</NombreTipoCupon> </TiposCuponsController.TiposCuponDetall>