GET api/ListCXC?RFC={RFC}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RFC | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ListCXCModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Mes | string |
None. |
|
| Monto | decimal number |
None. |
|
| Pagado | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Mes": "sample string 1",
"Monto": 2.1,
"Pagado": 3.1
},
{
"Mes": "sample string 1",
"Monto": 2.1,
"Pagado": 3.1
}
]
application/xml, text/xml
Sample:
<ArrayOfListCXCModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SikConnect.Models">
<ListCXCModel>
<Mes>sample string 1</Mes>
<Monto>2.1</Monto>
<Pagado>3.1</Pagado>
</ListCXCModel>
<ListCXCModel>
<Mes>sample string 1</Mes>
<Monto>2.1</Monto>
<Pagado>3.1</Pagado>
</ListCXCModel>
</ArrayOfListCXCModel>