GET api/GOTransferRule/GetCardTypesConnectToGO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CardTypeConnectToGO| 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:
<ArrayOfGOTransferRuleController.CardTypeConnectToGO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers">
<GOTransferRuleController.CardTypeConnectToGO>
<iCodTipoTarjeta>1</iCodTipoTarjeta>
<vchDescripcion>sample string 2</vchDescripcion>
</GOTransferRuleController.CardTypeConnectToGO>
<GOTransferRuleController.CardTypeConnectToGO>
<iCodTipoTarjeta>1</iCodTipoTarjeta>
<vchDescripcion>sample string 2</vchDescripcion>
</GOTransferRuleController.CardTypeConnectToGO>
</ArrayOfGOTransferRuleController.CardTypeConnectToGO>