GET api/FormaPago/ObtenerFormaPago/{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:
{
  "idFormaPago": 1,
  "nombre": "sample string 2",
  "idEstado": 3,
  "mostrarAdelanto": 4,
  "nroCuotas": 1,
  "enFormulario": 1,
  "permitirCuotas": 1
}

application/xml, text/xml

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