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