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": "e639a115-2046-41ea-9881-cdd40edb18be",
"Description": "sample string 2",
"Status": 64,
"NetworkId": "bf513590-edea-454f-9942-b60dc8790843",
"NetworkCode": "sample string 4",
"NetworkName": "sample string 5",
"SiteId": "64bc3d2f-29d8-4c7c-90dd-90823165eec9",
"SiteCode": "sample string 6",
"SiteName": "sample string 7",
"SiteDescription": "sample string 8",
"Amount": 9.0,
"FuelMasterId": "b51e3699-3f79-4292-9a55-fc3933f7cbda",
"FuelName": "sample string 10",
"FuelMasterCode": "sample string 11",
"FuelMasterDescription": "sample string 12",
"CompanyCode": "sample string 13",
"CompanyName": "sample string 14",
"CompanyId": "ac1d38c3-6c11-4e6d-8b0f-8ec6bfdf57b3",
"SubAccountId": "87ec7195-4b41-4b95-98fc-449c2aaf353f",
"SubAccountDescription": "sample string 15",
"ContractId": "0fe2caf0-d1c9-43d6-8ab8-d70724c8894b",
"CompanyContractId": "4aeda281-6fe6-4f72-9ccb-92096cbe10e2",
"ContractCode": "sample string 16",
"ContractDescription": "sample string 17",
"CurrencyId": "3b50e8a9-2b5c-44bf-b003-8598e6405e9f",
"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-10-29T05:31:44.8766254Z",
"DateTo": "2025-10-29T05:31:44.8766254Z",
"NetworkDate": "2025-10-29T05:31:44.8766254Z",
"AmountReserved": 29.0,
"Balance": 30.0,
"RealDate": "2025-10-29T05:31:44.8766254Z",
"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>4aeda281-6fe6-4f72-9ccb-92096cbe10e2</CompanyContractId> <CompanyId>ac1d38c3-6c11-4e6d-8b0f-8ec6bfdf57b3</CompanyId> <CompanyName>sample string 14</CompanyName> <ContractCode>sample string 16</ContractCode> <ContractDescription>sample string 17</ContractDescription> <ContractId>0fe2caf0-d1c9-43d6-8ab8-d70724c8894b</ContractId> <CurrencyCode>sample string 18</CurrencyCode> <CurrencyCountryDescription>sample string 20</CurrencyCountryDescription> <CurrencyDescription>sample string 19</CurrencyDescription> <CurrencyId>3b50e8a9-2b5c-44bf-b003-8598e6405e9f</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-10-29T05:31:44.8766254Z</DateFrom> <DateTo>2025-10-29T05:31:44.8766254Z</DateTo> <Description>sample string 2</Description> <DriverCode>sample string 23</DriverCode> <FuelMasterCode>sample string 11</FuelMasterCode> <FuelMasterDescription>sample string 12</FuelMasterDescription> <FuelMasterId>b51e3699-3f79-4292-9a55-fc3933f7cbda</FuelMasterId> <FuelName>sample string 10</FuelName> <Id>e639a115-2046-41ea-9881-cdd40edb18be</Id> <Identifier>sample string 26</Identifier> <MessageFormatVersion>sample string 21</MessageFormatVersion> <NetworkCode>sample string 4</NetworkCode> <NetworkDate>2025-10-29T05:31:44.8766254Z</NetworkDate> <NetworkId>bf513590-edea-454f-9942-b60dc8790843</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-10-29T05:31:44.8766254Z</RealDate> <ResponseCode>sample string 33</ResponseCode> <ResponseMessage>sample string 34</ResponseMessage> <SiteCode>sample string 6</SiteCode> <SiteDescription>sample string 8</SiteDescription> <SiteId>64bc3d2f-29d8-4c7c-90dd-90823165eec9</SiteId> <SiteName>sample string 7</SiteName> <State>64</State> <Status>64</Status> <SubAccountDescription>sample string 15</SubAccountDescription> <SubAccountId>87ec7195-4b41-4b95-98fc-449c2aaf353f</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.