GET api/cashperiod/{cashPeriodID}/movements/creditcard?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
Sample:
Sample not available.
text/json
Sample:
Sample not available.
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-02-04T03:01:27.5738189+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-02-04T03:01:27.5738189+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-02-04T03:01:27.5738189+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-02-04T03:01:27.5738189+00:00</ModifyOn>
<TerminalID>1</TerminalID>
<Type>INITIAL</Type>
<TypeAsEnum>INITIAL</TypeAsEnum>
</CashFlowData>
</ArrayOfCashFlowData>