PUT FastTracks/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
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
Sample:
{
"Id": "24d14ce7-571b-4cd8-bc75-b8b74e59b1fd",
"Description": "sample string 2",
"Status": 64,
"NetworkId": "1f9cc042-6d11-46e8-8439-1f1422a4ec09",
"NetworkCode": "sample string 4",
"NetworkName": "sample string 5",
"SiteId": "b8bd85a3-e4f8-4f82-8331-9df0f9aefd73",
"SiteCode": "sample string 6",
"SiteName": "sample string 7",
"SiteDescription": "sample string 8",
"Amount": 9.0,
"FuelMasterId": "83025635-0dab-448c-8095-909615844b6a",
"FuelName": "sample string 10",
"FuelMasterCode": "sample string 11",
"FuelMasterDescription": "sample string 12",
"CompanyCode": "sample string 13",
"CompanyName": "sample string 14",
"CompanyId": "23058a5d-8496-4b8d-9037-34cb5706c368",
"SubAccountId": "6ed1be4b-9ff0-46da-9226-344bad63bbb3",
"SubAccountDescription": "sample string 15",
"ContractId": "2bd25ffd-9d78-4bfd-93f3-f500d61be843",
"CompanyContractId": "203897a9-8f0a-48df-95df-5e9b7d90ebf8",
"ContractCode": "sample string 16",
"ContractDescription": "sample string 17",
"CurrencyId": "0e5ed8aa-604e-436f-8ab6-814202ccc83f",
"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-06-12T01:26:38.7866978Z",
"DateTo": "2026-06-12T01:26:38.7866978Z",
"NetworkDate": "2026-06-12T01:26:38.7866978Z",
"AmountReserved": 29.0,
"Balance": 30.0,
"RealDate": "2026-06-12T01:26:38.7866978Z",
"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>203897a9-8f0a-48df-95df-5e9b7d90ebf8</CompanyContractId> <CompanyId>23058a5d-8496-4b8d-9037-34cb5706c368</CompanyId> <CompanyName>sample string 14</CompanyName> <ContractCode>sample string 16</ContractCode> <ContractDescription>sample string 17</ContractDescription> <ContractId>2bd25ffd-9d78-4bfd-93f3-f500d61be843</ContractId> <CurrencyCode>sample string 18</CurrencyCode> <CurrencyCountryDescription>sample string 20</CurrencyCountryDescription> <CurrencyDescription>sample string 19</CurrencyDescription> <CurrencyId>0e5ed8aa-604e-436f-8ab6-814202ccc83f</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-06-12T01:26:38.7866978Z</DateFrom> <DateTo>2026-06-12T01:26:38.7866978Z</DateTo> <Description>sample string 2</Description> <DriverCode>sample string 23</DriverCode> <FuelMasterCode>sample string 11</FuelMasterCode> <FuelMasterDescription>sample string 12</FuelMasterDescription> <FuelMasterId>83025635-0dab-448c-8095-909615844b6a</FuelMasterId> <FuelName>sample string 10</FuelName> <Id>24d14ce7-571b-4cd8-bc75-b8b74e59b1fd</Id> <Identifier>sample string 26</Identifier> <MessageFormatVersion>sample string 21</MessageFormatVersion> <NetworkCode>sample string 4</NetworkCode> <NetworkDate>2026-06-12T01:26:38.7866978Z</NetworkDate> <NetworkId>1f9cc042-6d11-46e8-8439-1f1422a4ec09</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-06-12T01:26:38.7866978Z</RealDate> <ResponseCode>sample string 33</ResponseCode> <ResponseMessage>sample string 34</ResponseMessage> <SiteCode>sample string 6</SiteCode> <SiteDescription>sample string 8</SiteDescription> <SiteId>b8bd85a3-e4f8-4f82-8331-9df0f9aefd73</SiteId> <SiteName>sample string 7</SiteName> <State>64</State> <Status>64</Status> <SubAccountDescription>sample string 15</SubAccountDescription> <SubAccountId>6ed1be4b-9ff0-46da-9226-344bad63bbb3</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.