GET api/Persona/ListarDocPendientesxPersona/{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",
    "fechaOperacion": "sample string 1",
    "tipoDocumento": "sample string 2",
    "nroComprobante": "sample string 3",
    "montopagado": 4.0,
    "totalImporte": 1.0,
    "caja": "sample string 5",
    "valorNC": 6.0
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarDocPendientesxPersona_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarDocPendientesxPersona_Result>
    <caja>sample string 5</caja>
    <fechaOperacion>sample string 1</fechaOperacion>
    <montopagado>4</montopagado>
    <nroComprobante>sample string 3</nroComprobante>
    <tipoDocumento>sample string 2</tipoDocumento>
    <totalImporte>1</totalImporte>
    <valorNC>6</valorNC>
  </sp_ListarDocPendientesxPersona_Result>
  <sp_ListarDocPendientesxPersona_Result>
    <caja>sample string 5</caja>
    <fechaOperacion>sample string 1</fechaOperacion>
    <montopagado>4</montopagado>
    <nroComprobante>sample string 3</nroComprobante>
    <tipoDocumento>sample string 2</tipoDocumento>
    <totalImporte>1</totalImporte>
    <valorNC>6</valorNC>
  </sp_ListarDocPendientesxPersona_Result>
  <sp_ListarDocPendientesxPersona_Result>
    <caja>sample string 5</caja>
    <fechaOperacion>sample string 1</fechaOperacion>
    <montopagado>4</montopagado>
    <nroComprobante>sample string 3</nroComprobante>
    <tipoDocumento>sample string 2</tipoDocumento>
    <totalImporte>1</totalImporte>
    <valorNC>6</valorNC>
  </sp_ListarDocPendientesxPersona_Result>
</ArrayOfsp_ListarDocPendientesxPersona_Result>