GET SubAccountsMovements?idSubAccount={idSubAccount}&idContract={idContract}&dateFrom={dateFrom}&dateTo={dateTo}&order={order}&page={page}&pageSize={pageSize}
Gets all the movements, represented as CurrentAccountReportDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSubAccount |
(Optional) Filters by the ID of the Contract that made the movement. |
globally unique identifier |
None. |
| idContract |
(Optional) Filters by the ID of the Contract that made the movement. |
globally unique identifier |
None. |
| dateFrom |
Filter for the DateFrom (yyyy/MM/dd HH:mm:ss), null for all (optional, null by default). |
string |
None. |
| dateTo |
Filter for the DateTo (yyyy/MM/dd HH:mm:ss), null for all (optional, null by default). |
string |
None. |
| order |
(optional, desc by default) Orders the page (asc/desc) by the date of the movements |
string |
None. |
| page |
(optiona, 1 by default) The page number. |
integer |
Default value is 1 |
| pageSize |
(optional, 50 by default) The number or items per page. |
integer |
Default value is 50 |
Body Parameters
None.
Response Information
Resource Description
A collection of movements.
Collection of CurrentAccountReportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdMovement | globally unique identifier |
None. |
|
| IdCompanyContract | globally unique identifier |
None. |
|
| IdFuelMaster | globally unique identifier |
None. |
|
| IdSubAccount | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Amount | decimal number |
None. |
|
| IdCurrencyCode | globally unique identifier |
None. |
|
| CurrencyCode | string |
None. |
|
| IdUserAtionet | globally unique identifier |
None. |
|
| MovementType | byte |
None. |
|
| NetworkName | string |
None. |
|
| CompanyName | string |
None. |
|
| MovementDate | date |
None. |
|
| MovementIdOrigin | string |
None. |
|
| MovementDescription | string |
None. |
|
| ContractMode | byte |
None. |
|
| VehicleId | globally unique identifier |
None. |
|
| VehiclePlate | string |
None. |
|
| VehicleCode | string |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| DriverCode | string |
None. |
|
| DriverFirstName | string |
None. |
|
| DriverLastName | string |
None. |
|
| FuelMasterName | string |
None. |
|
| NetworkFuelName | string |
None. |
|
| SiteFuelName | string |
None. |
|
| CompanyContractStartDate | date |
None. |
|
| CompanyContractPeriodicity | byte |
None. |
|
| CompanyContractDuration | integer |
None. |
|
| CompanyContractAccountsLimit | integer |
None. |
|
| CompanyContractVersion | decimal number |
None. |
|
| ContractCode | string |
None. |
|
| Balance | decimal number |
None. |
|
| IsDebit | boolean |
None. |
|
| CreditLimit | decimal number |
None. |
|
| OverLimit | decimal number |
None. |
|
| IdentificationsDescription | string |
None. |
|
| FleetDescription | string |
None. |
|
| IdTransaction | globally unique identifier |
None. |
|
| StatementId | globally unique identifier |
None. |
|
| MovementTypeDescription | string |
None. |
|
| CompanyContractDescription | string |
None. |
|
| VehicleDescription | string |
None. |
|
| DriverDescription | string |
None. |
|
| CompleteName | string |
None. |
|
| FuelName | string |
None. |
|
| ModeDescription | string |
None. |
|
| Debit | decimal number |
None. |
|
| Credit | decimal number |
None. |
|
| BillingValue | decimal number |
None. |
|
| Enable | boolean |
None. |
|
| CompanyContractExpirationDate | string |
None. |
|
| LocalDateShortString | string |
None. |
|
| LocalTimeString | string |
None. |
|
| DisplayDateTimeString | string |
None. |
|
| ControlCode | string |
None. |
|
| MovementOrigin | byte |
None. |
|
| MovementOriginDescription | string |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml, text/xml
<ArrayOfCurrentAccountReportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<CurrentAccountReportDto>
<Amount>3</Amount>
<Balance>1</Balance>
<CompanyContractAccountsLimit>1</CompanyContractAccountsLimit>
<CompanyContractDuration>1</CompanyContractDuration>
<CompanyContractPeriodicity>64</CompanyContractPeriodicity>
<CompanyContractStartDate>2025-12-15T13:03:29.3768026Z</CompanyContractStartDate>
<CompanyContractVersion>1</CompanyContractVersion>
<CompanyName>sample string 7</CompanyName>
<ContractCode>sample string 20</ContractCode>
<ContractMode>64</ContractMode>
<ControlCode>sample string 23</ControlCode>
<CreditLimit>1</CreditLimit>
<CurrencyCode>sample string 4</CurrencyCode>
<Description>sample string 2</Description>
<DriverCode>sample string 14</DriverCode>
<DriverFirstName>sample string 15</DriverFirstName>
<DriverId>512ad4c7-9e2a-4577-8432-d8b8716420bc</DriverId>
<DriverLastName>sample string 16</DriverLastName>
<FleetDescription>sample string 22</FleetDescription>
<FuelMasterName>sample string 17</FuelMasterName>
<Id>3af0e064-2fbb-4b2b-bb42-855618d04e19</Id>
<IdCompanyContract>91b14613-4cee-4ca1-be1a-d7a5d40d37d0</IdCompanyContract>
<IdCurrencyCode>b701f3c2-f08c-4aea-84d4-467429e54d85</IdCurrencyCode>
<IdFuelMaster>7d5f1e9f-31d6-49c0-93d1-251e97ade2de</IdFuelMaster>
<IdMovement>2314434d-ea9f-47da-bd07-e4f134ce686c</IdMovement>
<IdSubAccount>cdf78360-24e1-4edf-a5e9-26b9d4a93c97</IdSubAccount>
<IdTransaction>a791874c-4a13-48fd-87f9-c87fa02c252d</IdTransaction>
<IdUserAtionet>645560d2-63c2-4306-9b16-0e098ff4db58</IdUserAtionet>
<IdentificationsDescription>sample string 21</IdentificationsDescription>
<IsDebit>true</IsDebit>
<MovementDate>2025-12-15T13:03:29.3768026Z</MovementDate>
<MovementDescription>sample string 10</MovementDescription>
<MovementIdOrigin>sample string 9</MovementIdOrigin>
<MovementOrigin>64</MovementOrigin>
<MovementType>64</MovementType>
<NetworkFuelName>sample string 18</NetworkFuelName>
<NetworkName>sample string 6</NetworkName>
<OverLimit>1</OverLimit>
<SiteFuelName>sample string 19</SiteFuelName>
<StatementId>e88bff6f-c492-411f-a818-0d9ea8ab211a</StatementId>
<VehicleCode>sample string 13</VehicleCode>
<VehicleId>85e209d9-9dcd-4eff-b53e-d8f22e6f156c</VehicleId>
<VehiclePlate>sample string 12</VehiclePlate>
</CurrentAccountReportDto>
<CurrentAccountReportDto>
<Amount>3</Amount>
<Balance>1</Balance>
<CompanyContractAccountsLimit>1</CompanyContractAccountsLimit>
<CompanyContractDuration>1</CompanyContractDuration>
<CompanyContractPeriodicity>64</CompanyContractPeriodicity>
<CompanyContractStartDate>2025-12-15T13:03:29.3768026Z</CompanyContractStartDate>
<CompanyContractVersion>1</CompanyContractVersion>
<CompanyName>sample string 7</CompanyName>
<ContractCode>sample string 20</ContractCode>
<ContractMode>64</ContractMode>
<ControlCode>sample string 23</ControlCode>
<CreditLimit>1</CreditLimit>
<CurrencyCode>sample string 4</CurrencyCode>
<Description>sample string 2</Description>
<DriverCode>sample string 14</DriverCode>
<DriverFirstName>sample string 15</DriverFirstName>
<DriverId>512ad4c7-9e2a-4577-8432-d8b8716420bc</DriverId>
<DriverLastName>sample string 16</DriverLastName>
<FleetDescription>sample string 22</FleetDescription>
<FuelMasterName>sample string 17</FuelMasterName>
<Id>3af0e064-2fbb-4b2b-bb42-855618d04e19</Id>
<IdCompanyContract>91b14613-4cee-4ca1-be1a-d7a5d40d37d0</IdCompanyContract>
<IdCurrencyCode>b701f3c2-f08c-4aea-84d4-467429e54d85</IdCurrencyCode>
<IdFuelMaster>7d5f1e9f-31d6-49c0-93d1-251e97ade2de</IdFuelMaster>
<IdMovement>2314434d-ea9f-47da-bd07-e4f134ce686c</IdMovement>
<IdSubAccount>cdf78360-24e1-4edf-a5e9-26b9d4a93c97</IdSubAccount>
<IdTransaction>a791874c-4a13-48fd-87f9-c87fa02c252d</IdTransaction>
<IdUserAtionet>645560d2-63c2-4306-9b16-0e098ff4db58</IdUserAtionet>
<IdentificationsDescription>sample string 21</IdentificationsDescription>
<IsDebit>true</IsDebit>
<MovementDate>2025-12-15T13:03:29.3768026Z</MovementDate>
<MovementDescription>sample string 10</MovementDescription>
<MovementIdOrigin>sample string 9</MovementIdOrigin>
<MovementOrigin>64</MovementOrigin>
<MovementType>64</MovementType>
<NetworkFuelName>sample string 18</NetworkFuelName>
<NetworkName>sample string 6</NetworkName>
<OverLimit>1</OverLimit>
<SiteFuelName>sample string 19</SiteFuelName>
<StatementId>e88bff6f-c492-411f-a818-0d9ea8ab211a</StatementId>
<VehicleCode>sample string 13</VehicleCode>
<VehicleId>85e209d9-9dcd-4eff-b53e-d8f22e6f156c</VehicleId>
<VehiclePlate>sample string 12</VehiclePlate>
</CurrentAccountReportDto>
</ArrayOfCurrentAccountReportDto>