GET api/Account/GetCardTypesHandHeld
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CardTypeResponse| Name | 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:
<ArrayOfAccountController.CardTypeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers">
<AccountController.CardTypeResponse>
<iCodTipoTarjeta>1</iCodTipoTarjeta>
<vchDescripcion>sample string 2</vchDescripcion>
</AccountController.CardTypeResponse>
<AccountController.CardTypeResponse>
<iCodTipoTarjeta>1</iCodTipoTarjeta>
<vchDescripcion>sample string 2</vchDescripcion>
</AccountController.CardTypeResponse>
</ArrayOfAccountController.CardTypeResponse>