POST api/Pago/pago
Request Information
URI Parameters
None.
Body Parameters
PocoPagoTarjeta| Name | Description | Type | Additional information |
|---|---|---|---|
| NumTarjeta | string |
None. |
|
| MetodoPago | string |
None. |
|
| Moneda | integer |
None. |
|
| Monto | decimal number |
None. |
|
| cuentaIBAN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NumTarjeta": "sample string 1",
"MetodoPago": "sample string 2",
"Moneda": 3,
"Monto": 4.0,
"cuentaIBAN": "sample string 5"
}
application/xml, text/xml
Sample:
<PocoPagoTarjeta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPICafsa.Integracion.Dto.Tarjetas"> <MetodoPago>sample string 2</MetodoPago> <Moneda>3</Moneda> <Monto>4</Monto> <NumTarjeta>sample string 1</NumTarjeta> <cuentaIBAN>sample string 5</cuentaIBAN> </PocoPagoTarjeta>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.