POST FastTracks
Creates a new Fast Track.
Request Information
URI Parameters
None.
Body Parameters
The data of the Fast Track.
FastTrackDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Status | byte |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| NetworkCode | string |
None. |
|
| NetworkName | string |
None. |
|
| SiteId | globally unique identifier |
None. |
|
| SiteCode | string |
None. |
|
| SiteName | string |
None. |
|
| SiteDescription | string |
None. |
|
| Amount | decimal number |
None. |
|
| FuelMasterId | globally unique identifier |
None. |
|
| FuelName | string |
None. |
|
| FuelMasterCode | string |
None. |
|
| FuelMasterDescription | string |
None. |
|
| CompanyCode | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| SubAccountId | globally unique identifier |
None. |
|
| SubAccountDescription | string |
None. |
|
| ContractId | globally unique identifier |
None. |
|
| CompanyContractId | globally unique identifier |
None. |
|
| ContractCode | string |
None. |
|
| ContractDescription | string |
None. |
|
| CurrencyId | globally unique identifier |
None. |
|
| CurrencyCode | string |
None. |
|
| CurrencyDescription | string |
None. |
|
| CurrencyCountryDescription | string |
None. |
|
| MessageFormatVersion | string |
None. |
|
| SystemModel | string |
None. |
|
| DriverCode | string |
None. |
|
| VehicleCode | string |
None. |
|
| VehiclePlate | string |
None. |
|
| Identifier | string |
None. |
|
| OrderNumber | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| NetworkDate | date |
None. |
|
| AmountReserved | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| RealDate | date |
None. |
|
| NetworkTimezoneCode | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| State | byte |
None. |
|
| Custom0 | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| Custom4 | string |
None. |
|
| Custom5 | string |
None. |
|
| Custom6 | string |
None. |
|
| Custom7 | string |
None. |
|
| Custom8 | string |
None. |
|
| Custom9 | string |
None. |
|
| VolumeAuthorization | boolean |
None. |
|
| ProductVolumeDispensed | decimal number |
None. |
|
| ProductUnitPriceCompany | decimal number |
None. |
|
| ProductAmountCompany | decimal number |
None. |
Request Formats
application/json, text/json
{
"Id": "6418bfb6-6ad5-43f2-a54d-4bb1f84a534e",
"Description": "sample string 2",
"Status": 64,
"NetworkId": "4bad6804-4399-4e3b-997c-35937d808850",
"NetworkCode": "sample string 4",
"NetworkName": "sample string 5",
"SiteId": "049be04b-767e-48e0-be49-5b5e0cbc414f",
"SiteCode": "sample string 6",
"SiteName": "sample string 7",
"SiteDescription": "sample string 8",
"Amount": 9.0,
"FuelMasterId": "b87fd54b-178e-46ed-a42d-e23d20e5cc3c",
"FuelName": "sample string 10",
"FuelMasterCode": "sample string 11",
"FuelMasterDescription": "sample string 12",
"CompanyCode": "sample string 13",
"CompanyName": "sample string 14",
"CompanyId": "a0995370-1ba5-42b9-90a1-0df4f30ed14b",
"SubAccountId": "1de67abe-e2d4-42c8-b739-f3e785ebd82a",
"SubAccountDescription": "sample string 15",
"ContractId": "8b6eaef1-f32e-43e8-8cc4-686bf75bc4fd",
"CompanyContractId": "d053582a-532a-4d87-b450-84bd0fb0d432",
"ContractCode": "sample string 16",
"ContractDescription": "sample string 17",
"CurrencyId": "834ee741-6b05-4385-a03c-28ee4a1cda67",
"CurrencyCode": "sample string 18",
"CurrencyDescription": "sample string 19",
"CurrencyCountryDescription": "sample string 20",
"MessageFormatVersion": "sample string 21",
"SystemModel": "sample string 22",
"DriverCode": "sample string 23",
"VehicleCode": "sample string 24",
"VehiclePlate": "sample string 25",
"Identifier": "sample string 26",
"OrderNumber": "sample string 27",
"DateFrom": "2026-07-27T07:15:58.5859072Z",
"DateTo": "2026-07-27T07:15:58.5859072Z",
"NetworkDate": "2026-07-27T07:15:58.5859072Z",
"AmountReserved": 29.0,
"Balance": 30.0,
"RealDate": "2026-07-27T07:15:58.5859072Z",
"NetworkTimezoneCode": "sample string 32",
"ResponseCode": "sample string 33",
"ResponseMessage": "sample string 34",
"State": 64,
"Custom0": "sample string 36",
"Custom1": "sample string 37",
"Custom2": "sample string 38",
"Custom3": "sample string 39",
"Custom4": "sample string 40",
"Custom5": "sample string 41",
"Custom6": "sample string 42",
"Custom7": "sample string 43",
"Custom8": "sample string 44",
"Custom9": "sample string 45",
"VolumeAuthorization": true,
"ProductVolumeDispensed": 1.0,
"ProductUnitPriceCompany": 1.0,
"ProductAmountCompany": 1.0
}
application/xml, text/xml
<FastTrackDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Amount>9</Amount> <AmountReserved>29</AmountReserved> <Balance>30</Balance> <CompanyCode>sample string 13</CompanyCode> <CompanyContractId>d053582a-532a-4d87-b450-84bd0fb0d432</CompanyContractId> <CompanyId>a0995370-1ba5-42b9-90a1-0df4f30ed14b</CompanyId> <CompanyName>sample string 14</CompanyName> <ContractCode>sample string 16</ContractCode> <ContractDescription>sample string 17</ContractDescription> <ContractId>8b6eaef1-f32e-43e8-8cc4-686bf75bc4fd</ContractId> <CurrencyCode>sample string 18</CurrencyCode> <CurrencyCountryDescription>sample string 20</CurrencyCountryDescription> <CurrencyDescription>sample string 19</CurrencyDescription> <CurrencyId>834ee741-6b05-4385-a03c-28ee4a1cda67</CurrencyId> <Custom0>sample string 36</Custom0> <Custom1>sample string 37</Custom1> <Custom2>sample string 38</Custom2> <Custom3>sample string 39</Custom3> <Custom4>sample string 40</Custom4> <Custom5>sample string 41</Custom5> <Custom6>sample string 42</Custom6> <Custom7>sample string 43</Custom7> <Custom8>sample string 44</Custom8> <Custom9>sample string 45</Custom9> <DateFrom>2026-07-27T07:15:58.5859072Z</DateFrom> <DateTo>2026-07-27T07:15:58.5859072Z</DateTo> <Description>sample string 2</Description> <DriverCode>sample string 23</DriverCode> <FuelMasterCode>sample string 11</FuelMasterCode> <FuelMasterDescription>sample string 12</FuelMasterDescription> <FuelMasterId>b87fd54b-178e-46ed-a42d-e23d20e5cc3c</FuelMasterId> <FuelName>sample string 10</FuelName> <Id>6418bfb6-6ad5-43f2-a54d-4bb1f84a534e</Id> <Identifier>sample string 26</Identifier> <MessageFormatVersion>sample string 21</MessageFormatVersion> <NetworkCode>sample string 4</NetworkCode> <NetworkDate>2026-07-27T07:15:58.5859072Z</NetworkDate> <NetworkId>4bad6804-4399-4e3b-997c-35937d808850</NetworkId> <NetworkName>sample string 5</NetworkName> <NetworkTimezoneCode>sample string 32</NetworkTimezoneCode> <OrderNumber>sample string 27</OrderNumber> <ProductAmountCompany>1</ProductAmountCompany> <ProductUnitPriceCompany>1</ProductUnitPriceCompany> <ProductVolumeDispensed>1</ProductVolumeDispensed> <RealDate>2026-07-27T07:15:58.5859072Z</RealDate> <ResponseCode>sample string 33</ResponseCode> <ResponseMessage>sample string 34</ResponseMessage> <SiteCode>sample string 6</SiteCode> <SiteDescription>sample string 8</SiteDescription> <SiteId>049be04b-767e-48e0-be49-5b5e0cbc414f</SiteId> <SiteName>sample string 7</SiteName> <State>64</State> <Status>64</Status> <SubAccountDescription>sample string 15</SubAccountDescription> <SubAccountId>1de67abe-e2d4-42c8-b739-f3e785ebd82a</SubAccountId> <SystemModel>sample string 22</SystemModel> <VehicleCode>sample string 24</VehicleCode> <VehiclePlate>sample string 25</VehiclePlate> <VolumeAuthorization>true</VolumeAuthorization> </FastTrackDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the Fast Track as FastTrackDto.
FastTrackDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Status | byte |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| NetworkCode | string |
None. |
|
| NetworkName | string |
None. |
|
| SiteId | globally unique identifier |
None. |
|
| SiteCode | string |
None. |
|
| SiteName | string |
None. |
|
| SiteDescription | string |
None. |
|
| Amount | decimal number |
None. |
|
| FuelMasterId | globally unique identifier |
None. |
|
| FuelName | string |
None. |
|
| FuelMasterCode | string |
None. |
|
| FuelMasterDescription | string |
None. |
|
| CompanyCode | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| SubAccountId | globally unique identifier |
None. |
|
| SubAccountDescription | string |
None. |
|
| ContractId | globally unique identifier |
None. |
|
| CompanyContractId | globally unique identifier |
None. |
|
| ContractCode | string |
None. |
|
| ContractDescription | string |
None. |
|
| CurrencyId | globally unique identifier |
None. |
|
| CurrencyCode | string |
None. |
|
| CurrencyDescription | string |
None. |
|
| CurrencyCountryDescription | string |
None. |
|
| MessageFormatVersion | string |
None. |
|
| SystemModel | string |
None. |
|
| DriverCode | string |
None. |
|
| VehicleCode | string |
None. |
|
| VehiclePlate | string |
None. |
|
| Identifier | string |
None. |
|
| OrderNumber | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| NetworkDate | date |
None. |
|
| AmountReserved | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| RealDate | date |
None. |
|
| NetworkTimezoneCode | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| State | byte |
None. |
|
| Custom0 | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| Custom4 | string |
None. |
|
| Custom5 | string |
None. |
|
| Custom6 | string |
None. |
|
| Custom7 | string |
None. |
|
| Custom8 | string |
None. |
|
| Custom9 | string |
None. |
|
| VolumeAuthorization | boolean |
None. |
|
| ProductVolumeDispensed | decimal number |
None. |
|
| ProductUnitPriceCompany | decimal number |
None. |
|
| ProductAmountCompany | decimal number |
None. |
Response Formats
application/json, text/json
{
"Id": "e4c0e204-91d3-4d65-b376-84d825fef272",
"Description": "sample string 2",
"Status": 64,
"NetworkId": "3485cb09-26f2-4736-8928-0216bff76c92",
"NetworkCode": "sample string 4",
"NetworkName": "sample string 5",
"SiteId": "9bc9e98e-766a-4f4b-b0d2-196982b032e3",
"SiteCode": "sample string 6",
"SiteName": "sample string 7",
"SiteDescription": "sample string 8",
"Amount": 9.0,
"FuelMasterId": "2abd98db-128e-4da7-bd54-7faa1d416ace",
"FuelName": "sample string 10",
"FuelMasterCode": "sample string 11",
"FuelMasterDescription": "sample string 12",
"CompanyCode": "sample string 13",
"CompanyName": "sample string 14",
"CompanyId": "e1e8bd3f-6f57-4551-9ec0-009343d4dcd5",
"SubAccountId": "814e077b-25b5-41ed-aff7-d7fcc49e31e9",
"SubAccountDescription": "sample string 15",
"ContractId": "d1b86b4f-1e24-4287-b4df-2fa7b41e86d1",
"CompanyContractId": "0e7708f2-a929-4969-a760-07b0f6edfb1e",
"ContractCode": "sample string 16",
"ContractDescription": "sample string 17",
"CurrencyId": "8b2f2651-0b4b-46fd-b188-3ad7f8b4347e",
"CurrencyCode": "sample string 18",
"CurrencyDescription": "sample string 19",
"CurrencyCountryDescription": "sample string 20",
"MessageFormatVersion": "sample string 21",
"SystemModel": "sample string 22",
"DriverCode": "sample string 23",
"VehicleCode": "sample string 24",
"VehiclePlate": "sample string 25",
"Identifier": "sample string 26",
"OrderNumber": "sample string 27",
"DateFrom": "2026-07-27T07:15:58.5859072Z",
"DateTo": "2026-07-27T07:15:58.5859072Z",
"NetworkDate": "2026-07-27T07:15:58.5859072Z",
"AmountReserved": 29.0,
"Balance": 30.0,
"RealDate": "2026-07-27T07:15:58.5859072Z",
"NetworkTimezoneCode": "sample string 32",
"ResponseCode": "sample string 33",
"ResponseMessage": "sample string 34",
"State": 64,
"Custom0": "sample string 36",
"Custom1": "sample string 37",
"Custom2": "sample string 38",
"Custom3": "sample string 39",
"Custom4": "sample string 40",
"Custom5": "sample string 41",
"Custom6": "sample string 42",
"Custom7": "sample string 43",
"Custom8": "sample string 44",
"Custom9": "sample string 45",
"VolumeAuthorization": true,
"ProductVolumeDispensed": 1.0,
"ProductUnitPriceCompany": 1.0,
"ProductAmountCompany": 1.0
}
application/xml, text/xml
<FastTrackDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Amount>9</Amount> <AmountReserved>29</AmountReserved> <Balance>30</Balance> <CompanyCode>sample string 13</CompanyCode> <CompanyContractId>0e7708f2-a929-4969-a760-07b0f6edfb1e</CompanyContractId> <CompanyId>e1e8bd3f-6f57-4551-9ec0-009343d4dcd5</CompanyId> <CompanyName>sample string 14</CompanyName> <ContractCode>sample string 16</ContractCode> <ContractDescription>sample string 17</ContractDescription> <ContractId>d1b86b4f-1e24-4287-b4df-2fa7b41e86d1</ContractId> <CurrencyCode>sample string 18</CurrencyCode> <CurrencyCountryDescription>sample string 20</CurrencyCountryDescription> <CurrencyDescription>sample string 19</CurrencyDescription> <CurrencyId>8b2f2651-0b4b-46fd-b188-3ad7f8b4347e</CurrencyId> <Custom0>sample string 36</Custom0> <Custom1>sample string 37</Custom1> <Custom2>sample string 38</Custom2> <Custom3>sample string 39</Custom3> <Custom4>sample string 40</Custom4> <Custom5>sample string 41</Custom5> <Custom6>sample string 42</Custom6> <Custom7>sample string 43</Custom7> <Custom8>sample string 44</Custom8> <Custom9>sample string 45</Custom9> <DateFrom>2026-07-27T07:15:58.5859072Z</DateFrom> <DateTo>2026-07-27T07:15:58.5859072Z</DateTo> <Description>sample string 2</Description> <DriverCode>sample string 23</DriverCode> <FuelMasterCode>sample string 11</FuelMasterCode> <FuelMasterDescription>sample string 12</FuelMasterDescription> <FuelMasterId>2abd98db-128e-4da7-bd54-7faa1d416ace</FuelMasterId> <FuelName>sample string 10</FuelName> <Id>e4c0e204-91d3-4d65-b376-84d825fef272</Id> <Identifier>sample string 26</Identifier> <MessageFormatVersion>sample string 21</MessageFormatVersion> <NetworkCode>sample string 4</NetworkCode> <NetworkDate>2026-07-27T07:15:58.5859072Z</NetworkDate> <NetworkId>3485cb09-26f2-4736-8928-0216bff76c92</NetworkId> <NetworkName>sample string 5</NetworkName> <NetworkTimezoneCode>sample string 32</NetworkTimezoneCode> <OrderNumber>sample string 27</OrderNumber> <ProductAmountCompany>1</ProductAmountCompany> <ProductUnitPriceCompany>1</ProductUnitPriceCompany> <ProductVolumeDispensed>1</ProductVolumeDispensed> <RealDate>2026-07-27T07:15:58.5859072Z</RealDate> <ResponseCode>sample string 33</ResponseCode> <ResponseMessage>sample string 34</ResponseMessage> <SiteCode>sample string 6</SiteCode> <SiteDescription>sample string 8</SiteDescription> <SiteId>9bc9e98e-766a-4f4b-b0d2-196982b032e3</SiteId> <SiteName>sample string 7</SiteName> <State>64</State> <Status>64</Status> <SubAccountDescription>sample string 15</SubAccountDescription> <SubAccountId>814e077b-25b5-41ed-aff7-d7fcc49e31e9</SubAccountId> <SystemModel>sample string 22</SystemModel> <VehicleCode>sample string 24</VehicleCode> <VehiclePlate>sample string 25</VehiclePlate> <VolumeAuthorization>true</VolumeAuthorization> </FastTrackDto>