GET api/Documento/ListarComprobantesxPersona/{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:
[
{
"$id": "2",
"fechaOperacion": "sample string 1",
"tipoDocumento": "sample string 2",
"idDocumentoComercial": 3,
"nroComprobante": "sample string 4",
"montopagado": 5.0,
"totalImporte": 1.0,
"caja": "sample string 6"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ListarComprobantesxPersona_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ListarComprobantesxPersona_Result>
<caja>sample string 6</caja>
<fechaOperacion>sample string 1</fechaOperacion>
<idDocumentoComercial>3</idDocumentoComercial>
<montopagado>5</montopagado>
<nroComprobante>sample string 4</nroComprobante>
<tipoDocumento>sample string 2</tipoDocumento>
<totalImporte>1</totalImporte>
</sp_ListarComprobantesxPersona_Result>
<sp_ListarComprobantesxPersona_Result>
<caja>sample string 6</caja>
<fechaOperacion>sample string 1</fechaOperacion>
<idDocumentoComercial>3</idDocumentoComercial>
<montopagado>5</montopagado>
<nroComprobante>sample string 4</nroComprobante>
<tipoDocumento>sample string 2</tipoDocumento>
<totalImporte>1</totalImporte>
</sp_ListarComprobantesxPersona_Result>
<sp_ListarComprobantesxPersona_Result>
<caja>sample string 6</caja>
<fechaOperacion>sample string 1</fechaOperacion>
<idDocumentoComercial>3</idDocumentoComercial>
<montopagado>5</montopagado>
<nroComprobante>sample string 4</nroComprobante>
<tipoDocumento>sample string 2</tipoDocumento>
<totalImporte>1</totalImporte>
</sp_ListarComprobantesxPersona_Result>
</ArrayOfsp_ListarComprobantesxPersona_Result>