PUT FastTracks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

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

Sample:
{
  "Id": "7615d92b-6c6d-4b15-835c-9e0701cd952b",
  "Description": "sample string 2",
  "Status": 64,
  "NetworkId": "86a487ad-d33a-44c9-91e7-5d521b296dac",
  "NetworkCode": "sample string 4",
  "NetworkName": "sample string 5",
  "SiteId": "41d7d727-51dc-4e28-8508-6d8ef515ecd7",
  "SiteCode": "sample string 6",
  "SiteName": "sample string 7",
  "SiteDescription": "sample string 8",
  "Amount": 9.0,
  "FuelMasterId": "00f0689a-44a1-43ba-a32c-a7c95e4f299c",
  "FuelName": "sample string 10",
  "FuelMasterCode": "sample string 11",
  "FuelMasterDescription": "sample string 12",
  "CompanyCode": "sample string 13",
  "CompanyName": "sample string 14",
  "CompanyId": "bc294664-ba6b-40b7-b93c-44027bad9a5f",
  "SubAccountId": "8a700cb5-794f-4908-8614-1ed16b29d68e",
  "SubAccountDescription": "sample string 15",
  "ContractId": "370e7dfc-d543-4021-9e91-1ca7ddfea6f9",
  "CompanyContractId": "a69d01cc-375c-42a9-8278-239455dc6bd9",
  "ContractCode": "sample string 16",
  "ContractDescription": "sample string 17",
  "CurrencyId": "c4626ea6-6984-4bd0-8be5-ac2c835293f3",
  "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": "2025-04-25T16:19:38.0901907Z",
  "DateTo": "2025-04-25T16:19:38.0901907Z",
  "NetworkDate": "2025-04-25T16:19:38.0901907Z",
  "AmountReserved": 29.0,
  "Balance": 30.0,
  "RealDate": "2025-04-25T16:19:38.0901907Z",
  "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

Sample:
<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>a69d01cc-375c-42a9-8278-239455dc6bd9</CompanyContractId>
  <CompanyId>bc294664-ba6b-40b7-b93c-44027bad9a5f</CompanyId>
  <CompanyName>sample string 14</CompanyName>
  <ContractCode>sample string 16</ContractCode>
  <ContractDescription>sample string 17</ContractDescription>
  <ContractId>370e7dfc-d543-4021-9e91-1ca7ddfea6f9</ContractId>
  <CurrencyCode>sample string 18</CurrencyCode>
  <CurrencyCountryDescription>sample string 20</CurrencyCountryDescription>
  <CurrencyDescription>sample string 19</CurrencyDescription>
  <CurrencyId>c4626ea6-6984-4bd0-8be5-ac2c835293f3</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>2025-04-25T16:19:38.0901907Z</DateFrom>
  <DateTo>2025-04-25T16:19:38.0901907Z</DateTo>
  <Description>sample string 2</Description>
  <DriverCode>sample string 23</DriverCode>
  <FuelMasterCode>sample string 11</FuelMasterCode>
  <FuelMasterDescription>sample string 12</FuelMasterDescription>
  <FuelMasterId>00f0689a-44a1-43ba-a32c-a7c95e4f299c</FuelMasterId>
  <FuelName>sample string 10</FuelName>
  <Id>7615d92b-6c6d-4b15-835c-9e0701cd952b</Id>
  <Identifier>sample string 26</Identifier>
  <MessageFormatVersion>sample string 21</MessageFormatVersion>
  <NetworkCode>sample string 4</NetworkCode>
  <NetworkDate>2025-04-25T16:19:38.0901907Z</NetworkDate>
  <NetworkId>86a487ad-d33a-44c9-91e7-5d521b296dac</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>2025-04-25T16:19:38.0901907Z</RealDate>
  <ResponseCode>sample string 33</ResponseCode>
  <ResponseMessage>sample string 34</ResponseMessage>
  <SiteCode>sample string 6</SiteCode>
  <SiteDescription>sample string 8</SiteDescription>
  <SiteId>41d7d727-51dc-4e28-8508-6d8ef515ecd7</SiteId>
  <SiteName>sample string 7</SiteName>
  <State>64</State>
  <Status>64</Status>
  <SubAccountDescription>sample string 15</SubAccountDescription>
  <SubAccountId>8a700cb5-794f-4908-8614-1ed16b29d68e</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:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.