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