POST api/Cuenta/GetCuotasPorCuenta
Request Information
URI Parameters
None.
Body Parameters
GetCuotasCuentaRequestVM| Name | Description | Type | Additional information |
|---|---|---|---|
| CuentaID | integer |
None. |
|
| EntityID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CuentaID": 1,
"EntityID": 2
}
application/xml, text/xml
Sample:
<GetCuotasCuentaRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels.ViewModels.ReqRes"> <EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">2</EntityID> <CuentaID>1</CuentaID> </GetCuotasCuentaRequestVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AdapterResponseVMOfGetCuotasCuentaResponseVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Alerts | Collection of Object |
None. |
|
| ResponseVM | GetCuotasCuentaResponseVM |
None. |
Response Formats
application/json, text/json
Sample:
{
"Alerts": null,
"ResponseVM": {
"Detalle": [
{
"CmpCod": 1,
"Periodo": "sample string 2",
"Fecha": "2026-04-05T12:37:51.0800119Z",
"Vencimiento1": "2026-04-05T12:37:51.0800119Z",
"Vencimiento2": "2026-04-05T12:37:51.0800119Z",
"Vencimiento3": "2026-04-05T12:37:51.0800119Z",
"FechaFormatted": "05/04/2026 09:37",
"Vencimiento1Formatted": "05/04/2026",
"Vencimiento2Formatted": "05/04/2026",
"Vencimiento3Formatted": "05/04/2026",
"Total": 7.0,
"TotalFormatted": "$7,00",
"EntityID": 8
},
{
"CmpCod": 1,
"Periodo": "sample string 2",
"Fecha": "2026-04-05T12:37:51.0800119Z",
"Vencimiento1": "2026-04-05T12:37:51.0800119Z",
"Vencimiento2": "2026-04-05T12:37:51.0800119Z",
"Vencimiento3": "2026-04-05T12:37:51.0800119Z",
"FechaFormatted": "05/04/2026 09:37",
"Vencimiento1Formatted": "05/04/2026",
"Vencimiento2Formatted": "05/04/2026",
"Vencimiento3Formatted": "05/04/2026",
"Total": 7.0,
"TotalFormatted": "$7,00",
"EntityID": 8
}
],
"EntityID": 1
}
}
application/xml, text/xml
Sample:
<AdapterResponseVMOfGetCuotasCuentaResponseVMlvydPh0V xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FwKits.Core.Presentation.Adapter.Base">
<Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/FwKits.Common.Validations" i:nil="true" />
<ResponseVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels.ViewModels.ReqRes">
<EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">1</EntityID>
<d2p1:Detalle>
<d2p1:GetCuotasCuentaItemVM>
<EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">8</EntityID>
<d2p1:CmpCod>1</d2p1:CmpCod>
<d2p1:Fecha>2026-04-05T09:37:51.0800119-03:00</d2p1:Fecha>
<d2p1:Periodo>sample string 2</d2p1:Periodo>
<d2p1:Total>7</d2p1:Total>
<d2p1:Vencimiento1>2026-04-05T09:37:51.0800119-03:00</d2p1:Vencimiento1>
<d2p1:Vencimiento2>2026-04-05T09:37:51.0800119-03:00</d2p1:Vencimiento2>
<d2p1:Vencimiento3>2026-04-05T09:37:51.0800119-03:00</d2p1:Vencimiento3>
</d2p1:GetCuotasCuentaItemVM>
<d2p1:GetCuotasCuentaItemVM>
<EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">8</EntityID>
<d2p1:CmpCod>1</d2p1:CmpCod>
<d2p1:Fecha>2026-04-05T09:37:51.0800119-03:00</d2p1:Fecha>
<d2p1:Periodo>sample string 2</d2p1:Periodo>
<d2p1:Total>7</d2p1:Total>
<d2p1:Vencimiento1>2026-04-05T09:37:51.0800119-03:00</d2p1:Vencimiento1>
<d2p1:Vencimiento2>2026-04-05T09:37:51.0800119-03:00</d2p1:Vencimiento2>
<d2p1:Vencimiento3>2026-04-05T09:37:51.0800119-03:00</d2p1:Vencimiento3>
</d2p1:GetCuotasCuentaItemVM>
</d2p1:Detalle>
</ResponseVM>
</AdapterResponseVMOfGetCuotasCuentaResponseVMlvydPh0V>