GET api/OrdenPago/ObtenerOrdenPago/{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:
{
  "codigo": "sample string 1",
  "cliente": "sample string 2",
  "fechaEmision": "2026-07-01T07:41:21.7683188-05:00",
  "fechaVencimiento": "2026-07-01T07:41:21.7683188-05:00",
  "total": 5.0
}

application/xml, text/xml

Sample:
<sp_ObtenerOrdenPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <cliente>sample string 2</cliente>
  <codigo>sample string 1</codigo>
  <fechaEmision>2026-07-01T07:41:21.7683188-05:00</fechaEmision>
  <fechaVencimiento>2026-07-01T07:41:21.7683188-05:00</fechaVencimiento>
  <total>5</total>
</sp_ObtenerOrdenPago>