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 SubAccountBalanceDtoName | 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": "13f61c43-ba8f-4ff4-a349-9709e733d874", "SubAccountDescription": "sample string 2", "SubscriberId": "d3cfa766-d2af-4bf3-af21-61c7628adecb", "SubscriberCode": "sample string 4", "SubscriberName": "sample string 5", "CompanyId": "b4a1edcb-47f1-4eb7-b074-1eae7d6ead20", "CompanyCode": "sample string 7", "CompanyName": "sample string 8", "CompanyContractId": "0330c7ef-9ab6-41fb-a30d-d73112c7389d", "CompanyContractCode": "sample string 10", "CompanyContractDescription": "sample string 11", "DriverId": "fbbb88bc-bc15-49c7-bd7e-d0c95897f769", "DriverCode": "sample string 12", "DriverCompleteName": "sample string 13", "VehicleId": "06b80349-3efb-489b-9578-757934134f62", "VehicleCode": "sample string 14", "VehiclePlate": "sample string 15", "CurrencyId": "0878ea24-0742-4f23-af15-2bf2e796032c", "CurrencyCode": "sample string 16", "CurrencyDescription": "sample string 17", "FuelMasterId": "6b5a01d7-e161-433b-83b9-bc05c0be554d", "FuelMasterCode": "sample string 18", "FuelMasterDescription": "sample string 19", "Amount": 1.0, "Volume": 1.0, "UnitPrice": 1.0 }, { "SubAccountId": "13f61c43-ba8f-4ff4-a349-9709e733d874", "SubAccountDescription": "sample string 2", "SubscriberId": "d3cfa766-d2af-4bf3-af21-61c7628adecb", "SubscriberCode": "sample string 4", "SubscriberName": "sample string 5", "CompanyId": "b4a1edcb-47f1-4eb7-b074-1eae7d6ead20", "CompanyCode": "sample string 7", "CompanyName": "sample string 8", "CompanyContractId": "0330c7ef-9ab6-41fb-a30d-d73112c7389d", "CompanyContractCode": "sample string 10", "CompanyContractDescription": "sample string 11", "DriverId": "fbbb88bc-bc15-49c7-bd7e-d0c95897f769", "DriverCode": "sample string 12", "DriverCompleteName": "sample string 13", "VehicleId": "06b80349-3efb-489b-9578-757934134f62", "VehicleCode": "sample string 14", "VehiclePlate": "sample string 15", "CurrencyId": "0878ea24-0742-4f23-af15-2bf2e796032c", "CurrencyCode": "sample string 16", "CurrencyDescription": "sample string 17", "FuelMasterId": "6b5a01d7-e161-433b-83b9-bc05c0be554d", "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>0330c7ef-9ab6-41fb-a30d-d73112c7389d</CompanyContractId> <CompanyId>b4a1edcb-47f1-4eb7-b074-1eae7d6ead20</CompanyId> <CompanyName>sample string 8</CompanyName> <CurrencyCode>sample string 16</CurrencyCode> <CurrencyDescription>sample string 17</CurrencyDescription> <CurrencyId>0878ea24-0742-4f23-af15-2bf2e796032c</CurrencyId> <DriverCode>sample string 12</DriverCode> <DriverCompleteName>sample string 13</DriverCompleteName> <DriverId>fbbb88bc-bc15-49c7-bd7e-d0c95897f769</DriverId> <FuelMasterCode>sample string 18</FuelMasterCode> <FuelMasterDescription>sample string 19</FuelMasterDescription> <FuelMasterId>6b5a01d7-e161-433b-83b9-bc05c0be554d</FuelMasterId> <SubAccountDescription>sample string 2</SubAccountDescription> <SubAccountId>13f61c43-ba8f-4ff4-a349-9709e733d874</SubAccountId> <SubscriberCode>sample string 4</SubscriberCode> <SubscriberId>d3cfa766-d2af-4bf3-af21-61c7628adecb</SubscriberId> <SubscriberName>sample string 5</SubscriberName> <UnitPrice>1</UnitPrice> <VehicleCode>sample string 14</VehicleCode> <VehicleId>06b80349-3efb-489b-9578-757934134f62</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>0330c7ef-9ab6-41fb-a30d-d73112c7389d</CompanyContractId> <CompanyId>b4a1edcb-47f1-4eb7-b074-1eae7d6ead20</CompanyId> <CompanyName>sample string 8</CompanyName> <CurrencyCode>sample string 16</CurrencyCode> <CurrencyDescription>sample string 17</CurrencyDescription> <CurrencyId>0878ea24-0742-4f23-af15-2bf2e796032c</CurrencyId> <DriverCode>sample string 12</DriverCode> <DriverCompleteName>sample string 13</DriverCompleteName> <DriverId>fbbb88bc-bc15-49c7-bd7e-d0c95897f769</DriverId> <FuelMasterCode>sample string 18</FuelMasterCode> <FuelMasterDescription>sample string 19</FuelMasterDescription> <FuelMasterId>6b5a01d7-e161-433b-83b9-bc05c0be554d</FuelMasterId> <SubAccountDescription>sample string 2</SubAccountDescription> <SubAccountId>13f61c43-ba8f-4ff4-a349-9709e733d874</SubAccountId> <SubscriberCode>sample string 4</SubscriberCode> <SubscriberId>d3cfa766-d2af-4bf3-af21-61c7628adecb</SubscriberId> <SubscriberName>sample string 5</SubscriberName> <UnitPrice>1</UnitPrice> <VehicleCode>sample string 14</VehicleCode> <VehicleId>06b80349-3efb-489b-9578-757934134f62</VehicleId> <VehiclePlate>sample string 15</VehiclePlate> <Volume>1</Volume> </SubAccountBalanceDto> </ArrayOfSubAccountBalanceDto>