GET api/checkingaccounts/movements?checkingAcountID={checkingAcountID}&pageNumber={pageNumber}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| checkingAcountID | integer |
Required |
|
| pageNumber | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CheckingAccountMovementData| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| ProviderID | integer |
None. |
|
| CheckingAccountID | integer |
None. |
|
| MethodOfPayment | MethodOfPaymentEnum |
None. |
|
| TransactionPaymentID | integer |
None. |
|
| BankCheckID | integer |
None. |
|
| Date | date |
None. |
|
| Type | string |
None. |
|
| Ammount | decimal number |
None. |
|
| PreviousAmount | decimal number |
None. |
|
| FinalAmount | decimal number |
None. |
|
| Description | string |
None. |
|
| PaymentCurrencyCode | CurrencyCodeEnum |
None. |
|
| ConvertionRatio | decimal number |
None. |
|
| PaymentAmmount | decimal number |
None. |
|
| CreatedByDisplayName | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedByDisplayName | string |
None. |
|
| ModifiedOn | date |
None. |
|
| CreatedOnToDateTimeStr | string |
None. |
|
| ModifiedOnToDateTimeStr | string |
None. |
|
| IsFromClient | boolean |
None. |
|
| AmmountToStr | string |
None. |
|
| DateToLocalTimeStr | string |
None. |
|
| InputAmountToStr | string |
None. |
|
| OutputAmountToStr | string |
None. |
|
| FinalAmountToStr | string |
None. |
|
| ID | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
<ArrayOfCheckingAccountMovementData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
<CheckingAccountMovementData>
<ID>1</ID>
<Ammount>1</Ammount>
<BankCheckID>1</BankCheckID>
<CheckingAccountID>1</CheckingAccountID>
<ClientID>1</ClientID>
<ConvertionRatio>1</ConvertionRatio>
<CreatedByDisplayName>sample string 3</CreatedByDisplayName>
<CreatedOn>2026-02-04T03:00:19.3225632+00:00</CreatedOn>
<Date>2026-02-04T03:00:19.3225632+00:00</Date>
<Description>sample string 2</Description>
<FinalAmount>1</FinalAmount>
<MethodOfPayment>EFECTIVO</MethodOfPayment>
<ModifiedByDisplayName>sample string 4</ModifiedByDisplayName>
<ModifiedOn>2026-02-04T03:00:19.3225632+00:00</ModifiedOn>
<PaymentAmmount>1</PaymentAmmount>
<PaymentCurrencyCode>ARS</PaymentCurrencyCode>
<PreviousAmount>1</PreviousAmount>
<ProviderID>1</ProviderID>
<TransactionPaymentID>1</TransactionPaymentID>
<Type>sample string 1</Type>
</CheckingAccountMovementData>
<CheckingAccountMovementData>
<ID>1</ID>
<Ammount>1</Ammount>
<BankCheckID>1</BankCheckID>
<CheckingAccountID>1</CheckingAccountID>
<ClientID>1</ClientID>
<ConvertionRatio>1</ConvertionRatio>
<CreatedByDisplayName>sample string 3</CreatedByDisplayName>
<CreatedOn>2026-02-04T03:00:19.3225632+00:00</CreatedOn>
<Date>2026-02-04T03:00:19.3225632+00:00</Date>
<Description>sample string 2</Description>
<FinalAmount>1</FinalAmount>
<MethodOfPayment>EFECTIVO</MethodOfPayment>
<ModifiedByDisplayName>sample string 4</ModifiedByDisplayName>
<ModifiedOn>2026-02-04T03:00:19.3225632+00:00</ModifiedOn>
<PaymentAmmount>1</PaymentAmmount>
<PaymentCurrencyCode>ARS</PaymentCurrencyCode>
<PreviousAmount>1</PreviousAmount>
<ProviderID>1</ProviderID>
<TransactionPaymentID>1</TransactionPaymentID>
<Type>sample string 1</Type>
</CheckingAccountMovementData>
</ArrayOfCheckingAccountMovementData>