GET SubAccountBalances?idSite={idSite}&idFuelMaster={idFuelMaster}&idTerminal={idTerminal}&idIdentification={idIdentification}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSite | globally unique identifier |
Required |
|
| idFuelMaster | globally unique identifier |
Required |
|
| idTerminal | globally unique identifier |
Required |
|
| idIdentification | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SubAccountBalanceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SubAccountId | globally unique identifier |
None. |
|
| SubAccountDescription | string |
None. |
|
| SubscriberId | globally unique identifier |
None. |
|
| SubscriberCode | string |
None. |
|
| SubscriberName | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyCode | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyContractId | globally unique identifier |
None. |
|
| CompanyContractCode | string |
None. |
|
| CompanyContractDescription | string |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| DriverCode | string |
None. |
|
| DriverCompleteName | string |
None. |
|
| VehicleId | globally unique identifier |
None. |
|
| VehicleCode | string |
None. |
|
| VehiclePlate | string |
None. |
|
| CurrencyId | globally unique identifier |
None. |
|
| CurrencyCode | string |
None. |
|
| CurrencyDescription | string |
None. |
|
| FuelMasterId | globally unique identifier |
None. |
|
| FuelMasterCode | string |
None. |
|
| FuelMasterDescription | string |
None. |
|
| Amount | decimal number |
None. |
|
| Volume | decimal number |
None. |
|
| UnitPrice | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SubAccountId": "c4705fcc-6365-4614-b5dd-e48327e6b3d5",
"SubAccountDescription": "sample string 2",
"SubscriberId": "fb8bdadc-0513-4d67-a318-881801721eef",
"SubscriberCode": "sample string 4",
"SubscriberName": "sample string 5",
"CompanyId": "ac654dc6-7e5b-48d7-afc3-5377cb0d26bf",
"CompanyCode": "sample string 7",
"CompanyName": "sample string 8",
"CompanyContractId": "2a77ee7a-bec8-48de-84ce-7b603cedc447",
"CompanyContractCode": "sample string 10",
"CompanyContractDescription": "sample string 11",
"DriverId": "b869ca12-66aa-4a9b-98a1-fa757ae9895e",
"DriverCode": "sample string 12",
"DriverCompleteName": "sample string 13",
"VehicleId": "e8d27801-6192-4370-adf3-494287aba69f",
"VehicleCode": "sample string 14",
"VehiclePlate": "sample string 15",
"CurrencyId": "5fc13f8b-8e22-4468-9510-d7fa581b4dd2",
"CurrencyCode": "sample string 16",
"CurrencyDescription": "sample string 17",
"FuelMasterId": "44571e23-c666-40c8-92ce-982f90713dd0",
"FuelMasterCode": "sample string 18",
"FuelMasterDescription": "sample string 19",
"Amount": 1.0,
"Volume": 1.0,
"UnitPrice": 1.0
},
{
"SubAccountId": "c4705fcc-6365-4614-b5dd-e48327e6b3d5",
"SubAccountDescription": "sample string 2",
"SubscriberId": "fb8bdadc-0513-4d67-a318-881801721eef",
"SubscriberCode": "sample string 4",
"SubscriberName": "sample string 5",
"CompanyId": "ac654dc6-7e5b-48d7-afc3-5377cb0d26bf",
"CompanyCode": "sample string 7",
"CompanyName": "sample string 8",
"CompanyContractId": "2a77ee7a-bec8-48de-84ce-7b603cedc447",
"CompanyContractCode": "sample string 10",
"CompanyContractDescription": "sample string 11",
"DriverId": "b869ca12-66aa-4a9b-98a1-fa757ae9895e",
"DriverCode": "sample string 12",
"DriverCompleteName": "sample string 13",
"VehicleId": "e8d27801-6192-4370-adf3-494287aba69f",
"VehicleCode": "sample string 14",
"VehiclePlate": "sample string 15",
"CurrencyId": "5fc13f8b-8e22-4468-9510-d7fa581b4dd2",
"CurrencyCode": "sample string 16",
"CurrencyDescription": "sample string 17",
"FuelMasterId": "44571e23-c666-40c8-92ce-982f90713dd0",
"FuelMasterCode": "sample string 18",
"FuelMasterDescription": "sample string 19",
"Amount": 1.0,
"Volume": 1.0,
"UnitPrice": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfSubAccountBalanceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<SubAccountBalanceDto>
<Amount>1</Amount>
<CompanyCode>sample string 7</CompanyCode>
<CompanyContractCode>sample string 10</CompanyContractCode>
<CompanyContractDescription>sample string 11</CompanyContractDescription>
<CompanyContractId>2a77ee7a-bec8-48de-84ce-7b603cedc447</CompanyContractId>
<CompanyId>ac654dc6-7e5b-48d7-afc3-5377cb0d26bf</CompanyId>
<CompanyName>sample string 8</CompanyName>
<CurrencyCode>sample string 16</CurrencyCode>
<CurrencyDescription>sample string 17</CurrencyDescription>
<CurrencyId>5fc13f8b-8e22-4468-9510-d7fa581b4dd2</CurrencyId>
<DriverCode>sample string 12</DriverCode>
<DriverCompleteName>sample string 13</DriverCompleteName>
<DriverId>b869ca12-66aa-4a9b-98a1-fa757ae9895e</DriverId>
<FuelMasterCode>sample string 18</FuelMasterCode>
<FuelMasterDescription>sample string 19</FuelMasterDescription>
<FuelMasterId>44571e23-c666-40c8-92ce-982f90713dd0</FuelMasterId>
<SubAccountDescription>sample string 2</SubAccountDescription>
<SubAccountId>c4705fcc-6365-4614-b5dd-e48327e6b3d5</SubAccountId>
<SubscriberCode>sample string 4</SubscriberCode>
<SubscriberId>fb8bdadc-0513-4d67-a318-881801721eef</SubscriberId>
<SubscriberName>sample string 5</SubscriberName>
<UnitPrice>1</UnitPrice>
<VehicleCode>sample string 14</VehicleCode>
<VehicleId>e8d27801-6192-4370-adf3-494287aba69f</VehicleId>
<VehiclePlate>sample string 15</VehiclePlate>
<Volume>1</Volume>
</SubAccountBalanceDto>
<SubAccountBalanceDto>
<Amount>1</Amount>
<CompanyCode>sample string 7</CompanyCode>
<CompanyContractCode>sample string 10</CompanyContractCode>
<CompanyContractDescription>sample string 11</CompanyContractDescription>
<CompanyContractId>2a77ee7a-bec8-48de-84ce-7b603cedc447</CompanyContractId>
<CompanyId>ac654dc6-7e5b-48d7-afc3-5377cb0d26bf</CompanyId>
<CompanyName>sample string 8</CompanyName>
<CurrencyCode>sample string 16</CurrencyCode>
<CurrencyDescription>sample string 17</CurrencyDescription>
<CurrencyId>5fc13f8b-8e22-4468-9510-d7fa581b4dd2</CurrencyId>
<DriverCode>sample string 12</DriverCode>
<DriverCompleteName>sample string 13</DriverCompleteName>
<DriverId>b869ca12-66aa-4a9b-98a1-fa757ae9895e</DriverId>
<FuelMasterCode>sample string 18</FuelMasterCode>
<FuelMasterDescription>sample string 19</FuelMasterDescription>
<FuelMasterId>44571e23-c666-40c8-92ce-982f90713dd0</FuelMasterId>
<SubAccountDescription>sample string 2</SubAccountDescription>
<SubAccountId>c4705fcc-6365-4614-b5dd-e48327e6b3d5</SubAccountId>
<SubscriberCode>sample string 4</SubscriberCode>
<SubscriberId>fb8bdadc-0513-4d67-a318-881801721eef</SubscriberId>
<SubscriberName>sample string 5</SubscriberName>
<UnitPrice>1</UnitPrice>
<VehicleCode>sample string 14</VehicleCode>
<VehicleId>e8d27801-6192-4370-adf3-494287aba69f</VehicleId>
<VehiclePlate>sample string 15</VehiclePlate>
<Volume>1</Volume>
</SubAccountBalanceDto>
</ArrayOfSubAccountBalanceDto>