GET api/Card/GetCardTypesWeb
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CardTypeResponseName | Description | Type | Additional information |
---|---|---|---|
iCodTipoTarjeta | integer |
None. |
|
vchDescripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "iCodTipoTarjeta": 1, "vchDescripcion": "sample string 2" }, { "iCodTipoTarjeta": 1, "vchDescripcion": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCardController.CardTypeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers"> <CardController.CardTypeResponse> <iCodTipoTarjeta>1</iCodTipoTarjeta> <vchDescripcion>sample string 2</vchDescripcion> </CardController.CardTypeResponse> <CardController.CardTypeResponse> <iCodTipoTarjeta>1</iCodTipoTarjeta> <vchDescripcion>sample string 2</vchDescripcion> </CardController.CardTypeResponse> </ArrayOfCardController.CardTypeResponse>