GET api/FormaPago/ListarFormasPagoActivos/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idFormaPago": 1,
    "nombre": "sample string 2",
    "idEstado": 3,
    "mostrarAdelanto": 4,
    "nroCuotas": 1,
    "enFormulario": 1,
    "permitirCuotas": 1
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFormaPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <FormaPago>
    <enFormulario>1</enFormulario>
    <idEstado>3</idEstado>
    <idFormaPago>1</idFormaPago>
    <mostrarAdelanto>4</mostrarAdelanto>
    <nombre>sample string 2</nombre>
    <nroCuotas>1</nroCuotas>
    <permitirCuotas>1</permitirCuotas>
  </FormaPago>
  <FormaPago>
    <enFormulario>1</enFormulario>
    <idEstado>3</idEstado>
    <idFormaPago>1</idFormaPago>
    <mostrarAdelanto>4</mostrarAdelanto>
    <nombre>sample string 2</nombre>
    <nroCuotas>1</nroCuotas>
    <permitirCuotas>1</permitirCuotas>
  </FormaPago>
  <FormaPago>
    <enFormulario>1</enFormulario>
    <idEstado>3</idEstado>
    <idFormaPago>1</idFormaPago>
    <mostrarAdelanto>4</mostrarAdelanto>
    <nombre>sample string 2</nombre>
    <nroCuotas>1</nroCuotas>
    <permitirCuotas>1</permitirCuotas>
  </FormaPago>
</ArrayOfFormaPago>