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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<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-04-25T16:57:07.3991209Z</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>2750e005-7b4e-4067-a643-ec3e02bd8adf</DriverId>
    <DriverLastName>sample string 16</DriverLastName>
    <FleetDescription>sample string 22</FleetDescription>
    <FuelMasterName>sample string 17</FuelMasterName>
    <Id>8668f3d1-7cbc-40cf-8d7c-6745ab279c73</Id>
    <IdCompanyContract>dac64545-78ee-415b-b7f9-5e81f93a92d4</IdCompanyContract>
    <IdCurrencyCode>3a30962e-0036-4334-bc6b-036dfe94d16f</IdCurrencyCode>
    <IdFuelMaster>9a45c8c9-3cc7-433d-a4e8-3d066cb790aa</IdFuelMaster>
    <IdMovement>96a837e0-fdf5-4271-afe6-93d826e4a8f5</IdMovement>
    <IdSubAccount>aee9e2dd-80f9-4271-8d46-296fbaaadf29</IdSubAccount>
    <IdTransaction>8f3ab28a-e7d8-459a-b3e7-b0fda89937fc</IdTransaction>
    <IdUserAtionet>c3327233-e279-4325-bcb8-cdd7786fdf2e</IdUserAtionet>
    <IdentificationsDescription>sample string 21</IdentificationsDescription>
    <IsDebit>true</IsDebit>
    <MovementDate>2025-04-25T16:57:07.3991209Z</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>2038a6ec-02e2-45b1-9173-b1435bcb7fb7</StatementId>
    <VehicleCode>sample string 13</VehicleCode>
    <VehicleId>25cec6c2-6301-4e7d-a1f0-3f2ecf4a807a</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-04-25T16:57:07.3991209Z</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>2750e005-7b4e-4067-a643-ec3e02bd8adf</DriverId>
    <DriverLastName>sample string 16</DriverLastName>
    <FleetDescription>sample string 22</FleetDescription>
    <FuelMasterName>sample string 17</FuelMasterName>
    <Id>8668f3d1-7cbc-40cf-8d7c-6745ab279c73</Id>
    <IdCompanyContract>dac64545-78ee-415b-b7f9-5e81f93a92d4</IdCompanyContract>
    <IdCurrencyCode>3a30962e-0036-4334-bc6b-036dfe94d16f</IdCurrencyCode>
    <IdFuelMaster>9a45c8c9-3cc7-433d-a4e8-3d066cb790aa</IdFuelMaster>
    <IdMovement>96a837e0-fdf5-4271-afe6-93d826e4a8f5</IdMovement>
    <IdSubAccount>aee9e2dd-80f9-4271-8d46-296fbaaadf29</IdSubAccount>
    <IdTransaction>8f3ab28a-e7d8-459a-b3e7-b0fda89937fc</IdTransaction>
    <IdUserAtionet>c3327233-e279-4325-bcb8-cdd7786fdf2e</IdUserAtionet>
    <IdentificationsDescription>sample string 21</IdentificationsDescription>
    <IsDebit>true</IsDebit>
    <MovementDate>2025-04-25T16:57:07.3991209Z</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>2038a6ec-02e2-45b1-9173-b1435bcb7fb7</StatementId>
    <VehicleCode>sample string 13</VehicleCode>
    <VehicleId>25cec6c2-6301-4e7d-a1f0-3f2ecf4a807a</VehicleId>
    <VehiclePlate>sample string 12</VehiclePlate>
  </CurrentAccountReportDto>
</ArrayOfCurrentAccountReportDto>