GET api/CXPMes?RFC={RFC}&Mes={Mes}&Anio={Anio}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RFC

string

None.

Mes

integer

None.

Anio

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CXPMes
NameDescriptionTypeAdditional information
Id_CXP

integer

None.

F_CXP

date

None.

F_Vencimiento

date

None.

Monto

decimal number

None.

Saldo

decimal number

None.

Proveedor

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id_CXP": 1,
    "F_CXP": "2025-12-05T21:50:32.4790568-06:00",
    "F_Vencimiento": "2025-12-05T21:50:32.4790568-06:00",
    "Monto": 4.1,
    "Saldo": 5.1,
    "Proveedor": "sample string 6"
  },
  {
    "Id_CXP": 1,
    "F_CXP": "2025-12-05T21:50:32.4790568-06:00",
    "F_Vencimiento": "2025-12-05T21:50:32.4790568-06:00",
    "Monto": 4.1,
    "Saldo": 5.1,
    "Proveedor": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCXPMes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SikConnect.Models">
  <CXPMes>
    <F_CXP>2025-12-05T21:50:32.4790568-06:00</F_CXP>
    <F_Vencimiento>2025-12-05T21:50:32.4790568-06:00</F_Vencimiento>
    <Id_CXP>1</Id_CXP>
    <Monto>4.1</Monto>
    <Proveedor>sample string 6</Proveedor>
    <Saldo>5.1</Saldo>
  </CXPMes>
  <CXPMes>
    <F_CXP>2025-12-05T21:50:32.4790568-06:00</F_CXP>
    <F_Vencimiento>2025-12-05T21:50:32.4790568-06:00</F_Vencimiento>
    <Id_CXP>1</Id_CXP>
    <Monto>4.1</Monto>
    <Proveedor>sample string 6</Proveedor>
    <Saldo>5.1</Saldo>
  </CXPMes>
</ArrayOfCXPMes>