GET api/cashperiod/{cashPeriodID}/movements/debitcard?pageNumber={pageNumber}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cashPeriodID | integer |
Required |
|
| pageNumber | integer |
None. |
|
| pageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CashFlowData| Name | Description | Type | Additional information |
|---|---|---|---|
| CashPeriodID | integer |
None. |
|
| CashFlowCategoryID | integer |
None. |
|
| CashFlowCategoryCode | string |
None. |
|
| CashFlowCategoryDescription | string |
None. |
|
| TerminalID | integer |
None. |
|
| Type | string |
None. |
|
| CurrencyCode | string |
None. |
|
| Ammount | decimal number |
None. |
|
| Description | string |
None. |
|
| MethodOfPayment | string |
None. |
|
| CashFlowOrigin | CashFlowOriginEnum |
None. |
|
| CreatedByDisplayName | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedByDisplayName | string |
None. |
|
| ModifyOn | date |
None. |
|
| CashFlowCategoryCodeAsEnum | CashFlowCategoryCodeEnum |
None. |
|
| TypeAsEnum | CashFlowTypeEnum |
None. |
|
| CurrencyCodeAsEnum | CurrencyCodeEnum |
None. |
|
| MethodOfPaymentAsEnum | MethodOfPaymentEnum |
None. |
|
| CreatedOnToStr | string |
None. |
|
| ModifyOnToStr | string |
None. |
|
| TypeToDisplay | string |
None. |
|
| CategoryToDisplay | string |
None. |
|
| CurrencySymbol | string |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CashPeriodID": 1,
"CashFlowCategoryID": 1,
"CashFlowCategoryCode": "VENTA",
"CashFlowCategoryDescription": "sample string 2",
"TerminalID": 1,
"Type": "INITIAL",
"CurrencyCode": "ARS",
"Ammount": 1.0,
"Description": "sample string 5",
"MethodOfPayment": "EFECTIVO",
"CashFlowOrigin": 0,
"CreatedByDisplayName": "sample string 7",
"CreatedOn": "2026-09-20T10:01:41.6153336+00:00",
"ModifiedByDisplayName": "sample string 8",
"ModifyOn": "2026-09-20T10:01:41.6153336+00:00",
"CashFlowCategoryCodeAsEnum": 0,
"TypeAsEnum": 0,
"CurrencyCodeAsEnum": 0,
"MethodOfPaymentAsEnum": 0,
"CreatedOnToStr": "20/09/2026 07:01",
"ModifyOnToStr": "20/09/2026 07:01",
"TypeToDisplay": "--",
"CategoryToDisplay": "Cambio inicial",
"CurrencySymbol": "$",
"ID": 1
},
{
"CashPeriodID": 1,
"CashFlowCategoryID": 1,
"CashFlowCategoryCode": "VENTA",
"CashFlowCategoryDescription": "sample string 2",
"TerminalID": 1,
"Type": "INITIAL",
"CurrencyCode": "ARS",
"Ammount": 1.0,
"Description": "sample string 5",
"MethodOfPayment": "EFECTIVO",
"CashFlowOrigin": 0,
"CreatedByDisplayName": "sample string 7",
"CreatedOn": "2026-09-20T10:01:41.6153336+00:00",
"ModifiedByDisplayName": "sample string 8",
"ModifyOn": "2026-09-20T10:01:41.6153336+00:00",
"CashFlowCategoryCodeAsEnum": 0,
"TypeAsEnum": 0,
"CurrencyCodeAsEnum": 0,
"MethodOfPaymentAsEnum": 0,
"CreatedOnToStr": "20/09/2026 07:01",
"ModifyOnToStr": "20/09/2026 07:01",
"TypeToDisplay": "--",
"CategoryToDisplay": "Cambio inicial",
"CurrencySymbol": "$",
"ID": 1
}
]
text/xml
Sample:
<ArrayOfCashFlowData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
<CashFlowData>
<ID>1</ID>
<Ammount>1</Ammount>
<CashFlowCategoryCode>VENTA</CashFlowCategoryCode>
<CashFlowCategoryCodeAsEnum>VENTA</CashFlowCategoryCodeAsEnum>
<CashFlowCategoryDescription>sample string 2</CashFlowCategoryDescription>
<CashFlowCategoryID>1</CashFlowCategoryID>
<CashFlowOrigin>PURCHASE</CashFlowOrigin>
<CashPeriodID>1</CashPeriodID>
<CreatedByDisplayName>sample string 7</CreatedByDisplayName>
<CreatedOn>2026-09-20T10:01:41.6153336+00:00</CreatedOn>
<CurrencyCode>ARS</CurrencyCode>
<CurrencyCodeAsEnum>ARS</CurrencyCodeAsEnum>
<Description>sample string 5</Description>
<MethodOfPayment>EFECTIVO</MethodOfPayment>
<MethodOfPaymentAsEnum>EFECTIVO</MethodOfPaymentAsEnum>
<ModifiedByDisplayName>sample string 8</ModifiedByDisplayName>
<ModifyOn>2026-09-20T10:01:41.6153336+00:00</ModifyOn>
<TerminalID>1</TerminalID>
<Type>INITIAL</Type>
<TypeAsEnum>INITIAL</TypeAsEnum>
</CashFlowData>
<CashFlowData>
<ID>1</ID>
<Ammount>1</Ammount>
<CashFlowCategoryCode>VENTA</CashFlowCategoryCode>
<CashFlowCategoryCodeAsEnum>VENTA</CashFlowCategoryCodeAsEnum>
<CashFlowCategoryDescription>sample string 2</CashFlowCategoryDescription>
<CashFlowCategoryID>1</CashFlowCategoryID>
<CashFlowOrigin>PURCHASE</CashFlowOrigin>
<CashPeriodID>1</CashPeriodID>
<CreatedByDisplayName>sample string 7</CreatedByDisplayName>
<CreatedOn>2026-09-20T10:01:41.6153336+00:00</CreatedOn>
<CurrencyCode>ARS</CurrencyCode>
<CurrencyCodeAsEnum>ARS</CurrencyCodeAsEnum>
<Description>sample string 5</Description>
<MethodOfPayment>EFECTIVO</MethodOfPayment>
<MethodOfPaymentAsEnum>EFECTIVO</MethodOfPaymentAsEnum>
<ModifiedByDisplayName>sample string 8</ModifiedByDisplayName>
<ModifyOn>2026-09-20T10:01:41.6153336+00:00</ModifyOn>
<TerminalID>1</TerminalID>
<Type>INITIAL</Type>
<TypeAsEnum>INITIAL</TypeAsEnum>
</CashFlowData>
</ArrayOfCashFlowData>