GET api/cashperiod/{cashPeriodID}/movements/debitcard?pageNumber={pageNumber}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cashPeriodID

integer

Required

pageNumber

integer

None.

pageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CashFlowData
NameDescriptionTypeAdditional information
CashPeriodID

integer

None.

CashFlowCategoryID

integer

None.

CashFlowCategoryCode

CashFlowCategoryCodeEnum

None.

CashFlowCategoryDescription

string

None.

TerminalID

integer

None.

Type

CashFlowTypeEnum

None.

CurrencyCode

CurrencyCodeEnum

None.

Ammount

decimal number

None.

Description

string

None.

MethodOfPayment

MethodOfPaymentEnum

None.

CashFlowOrigin

CashFlowOriginEnum

None.

CreatedByDisplayName

string

None.

CreatedOn

date

None.

ModifiedByDisplayName

string

None.

ModifyOn

date

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>
    <CashFlowCategoryDescription>sample string 1</CashFlowCategoryDescription>
    <CashFlowCategoryID>1</CashFlowCategoryID>
    <CashFlowOrigin>PURCHASE</CashFlowOrigin>
    <CashPeriodID>1</CashPeriodID>
    <CreatedByDisplayName>sample string 3</CreatedByDisplayName>
    <CreatedOn>2025-08-02T19:25:26.3144479+00:00</CreatedOn>
    <CurrencyCode>ARS</CurrencyCode>
    <Description>sample string 2</Description>
    <MethodOfPayment>EFECTIVO</MethodOfPayment>
    <ModifiedByDisplayName>sample string 4</ModifiedByDisplayName>
    <ModifyOn>2025-08-02T19:25:26.3144479+00:00</ModifyOn>
    <TerminalID>1</TerminalID>
    <Type>INITIAL</Type>
  </CashFlowData>
  <CashFlowData>
    <ID>1</ID>
    <Ammount>1</Ammount>
    <CashFlowCategoryCode>VENTA</CashFlowCategoryCode>
    <CashFlowCategoryDescription>sample string 1</CashFlowCategoryDescription>
    <CashFlowCategoryID>1</CashFlowCategoryID>
    <CashFlowOrigin>PURCHASE</CashFlowOrigin>
    <CashPeriodID>1</CashPeriodID>
    <CreatedByDisplayName>sample string 3</CreatedByDisplayName>
    <CreatedOn>2025-08-02T19:25:26.3144479+00:00</CreatedOn>
    <CurrencyCode>ARS</CurrencyCode>
    <Description>sample string 2</Description>
    <MethodOfPayment>EFECTIVO</MethodOfPayment>
    <ModifiedByDisplayName>sample string 4</ModifiedByDisplayName>
    <ModifyOn>2025-08-02T19:25:26.3144479+00:00</ModifyOn>
    <TerminalID>1</TerminalID>
    <Type>INITIAL</Type>
  </CashFlowData>
</ArrayOfCashFlowData>