GET api/Persona/ObtenerServicioRecurrente/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
{
"idPersonaServicioRecurrente": 1,
"idEmpresa": 2,
"idPersona": 3,
"idProducto": 4,
"cantidad": 5,
"precio": 6.0,
"subTotal": 7.0,
"nroMeses": 8,
"montoDeuda": 9.0,
"esAdelantado": 1,
"fechaInicio": "2026-07-01T08:50:26.4111005-05:00",
"fechaFin": "2026-07-01T08:50:26.4111005-05:00",
"fechaVcto": "2026-07-01T08:50:26.4111005-05:00",
"fechaCorte": "2026-07-01T08:50:26.4111005-05:00",
"fechaProximaGenOP": "2026-07-01T08:50:26.4111005-05:00",
"esVigente": 1,
"idEstado": 15
}
application/xml, text/xml
Sample:
<PersonaServicioRecurrente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades"> <cantidad>5</cantidad> <esAdelantado>1</esAdelantado> <esVigente>1</esVigente> <fechaCorte>2026-07-01T08:50:26.4111005-05:00</fechaCorte> <fechaFin>2026-07-01T08:50:26.4111005-05:00</fechaFin> <fechaInicio>2026-07-01T08:50:26.4111005-05:00</fechaInicio> <fechaProximaGenOP>2026-07-01T08:50:26.4111005-05:00</fechaProximaGenOP> <fechaVcto>2026-07-01T08:50:26.4111005-05:00</fechaVcto> <idEmpresa>2</idEmpresa> <idEstado>15</idEstado> <idPersona>3</idPersona> <idPersonaServicioRecurrente>1</idPersonaServicioRecurrente> <idProducto>4</idProducto> <montoDeuda>9</montoDeuda> <nroMeses>8</nroMeses> <precio>6</precio> <subTotal>7</subTotal> </PersonaServicioRecurrente>