GET LoyaltyTransactions/{id}
Gets a transaction by it's ID, represented as TransactionDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the transaction. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The transaction data.
LoyaltyTransactionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SubscriberId | globally unique identifier |
None. |
|
| SubscriberCode | string |
None. |
|
| SubscriberName | string |
None. |
|
| TransactionSequenceNumber | string |
None. |
|
| AuthorizationCode | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| Type | integer |
None. |
|
| TypeDescription | string |
None. |
|
| Mode | integer |
None. |
|
| ModeDescription | string |
None. |
|
| Status | integer |
None. |
|
| StatusDescription | string |
None. |
|
| HostDateTime | string |
None. |
|
| SubscriberDateTime | string |
None. |
|
| SubscriberTimeZone | string |
None. |
|
| SiteDateTime | string |
None. |
|
| SiteTimeZone | string |
None. |
|
| DateTime | string |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| MerchantCode | string |
None. |
|
| MerchantName | string |
None. |
|
| SiteId | globally unique identifier |
None. |
|
| SiteCode | string |
None. |
|
| SiteName | string |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| TerminalCode | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyCode | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyTaxpayerId | string |
None. |
|
| PrimaryIdentificationId | globally unique identifier |
None. |
|
| PrimaryIdentificationLabel | string |
None. |
|
| PrimaryIdentificationPAN | string |
None. |
|
| SecondaryIdentificationId | globally unique identifier |
None. |
|
| SecondaryIdentificationLabel | string |
None. |
|
| SecondaryIdentificationPAN | string |
None. |
|
| PrimaryLoyaltyAccountId | globally unique identifier |
None. |
|
| PrimaryLoyaltyAccountDescription | string |
None. |
|
| IsPrimaryLoyaltyAccountVehicle | boolean |
None. |
|
| SecondaryLoyaltyAccountId | globally unique identifier |
None. |
|
| SecondaryLoyaltyAccountDescription | string |
None. |
|
| IsSecondaryLoyaltyAccountVehicle | boolean |
None. |
|
| FleetId | globally unique identifier |
None. |
|
| FleetCode | string |
None. |
|
| FleetName | string |
None. |
|
| VehicleId | globally unique identifier |
None. |
|
| VehicleCode | string |
None. |
|
| VehiclePlate | string |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| DriverCode | string |
None. |
|
| DriverCompleteName | string |
None. |
|
| AccountTypeDescription | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| BatchNumber | integer |
None. |
|
| ShiftNumber | string |
None. |
|
| EntryMethod | string |
None. |
|
| Amount | decimal number |
None. |
|
| TransactionAmount | decimal number |
None. |
|
| UnitName | string |
None. |
|
| EHAuthorizationCode | string |
None. |
|
| EHComments | string |
None. |
|
| EHLoyaltyPoints | decimal number |
None. |
|
| LoyaltyPoints | decimal number |
None. |
|
| ConciliationState | integer |
None. |
|
| State | byte |
None. |
|
| EHState | integer |
None. |
|
| Voided | boolean |
None. |
|
| EHVoided | boolean |
None. |
|
| PaymentMethods | Collection of PaymentsMethodDto |
None. |
|
| Products | Collection of LoyaltyTransactionsProductDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "67cea4df-c1ec-405f-9b4e-311a64c943a6",
"SubscriberId": "0d8c45a7-5351-48ed-ae23-77af5c21e622",
"SubscriberCode": "sample string 2",
"SubscriberName": "sample string 3",
"TransactionSequenceNumber": "sample string 4",
"AuthorizationCode": "sample string 5",
"ResponseCode": "sample string 6",
"ResponseMessage": "sample string 7",
"Type": 8,
"TypeDescription": "sample string 9",
"Mode": 1,
"ModeDescription": "sample string 10",
"Status": 1,
"StatusDescription": "sample string 11",
"HostDateTime": "sample string 12",
"SubscriberDateTime": "sample string 13",
"SubscriberTimeZone": "sample string 14",
"SiteDateTime": "sample string 15",
"SiteTimeZone": "sample string 16",
"DateTime": "sample string 17",
"MerchantId": "9fff2a52-d25c-4393-b964-706e578d8280",
"MerchantCode": "sample string 18",
"MerchantName": "sample string 19",
"SiteId": "692f5706-53a6-48a4-a661-39180b4d3162",
"SiteCode": "sample string 20",
"SiteName": "sample string 21",
"TerminalId": "7d397233-6b76-46bd-9a94-c985286e9d56",
"TerminalCode": "sample string 22",
"CompanyId": "1af9a058-9485-43de-b84d-9c3cd9dddd9e",
"CompanyCode": "sample string 23",
"CompanyName": "sample string 24",
"CompanyTaxpayerId": "sample string 25",
"PrimaryIdentificationId": "a017d61c-38c4-4669-8705-f22357c6a2a9",
"PrimaryIdentificationLabel": "sample string 26",
"PrimaryIdentificationPAN": "sample string 27",
"SecondaryIdentificationId": "8f80d59e-31d8-40cd-a6bc-5a8df7dbd68c",
"SecondaryIdentificationLabel": "sample string 28",
"SecondaryIdentificationPAN": "sample string 29",
"PrimaryLoyaltyAccountId": "f80a48d0-5ea6-430b-9601-6d6a54321bf4",
"PrimaryLoyaltyAccountDescription": "sample string 30",
"IsPrimaryLoyaltyAccountVehicle": true,
"SecondaryLoyaltyAccountId": "20a786d2-9d66-4f4b-9c1e-071ecbc64449",
"SecondaryLoyaltyAccountDescription": "sample string 32",
"IsSecondaryLoyaltyAccountVehicle": true,
"FleetId": "e84792b0-a134-4e45-8ee1-6fbc8c28ce17",
"FleetCode": "sample string 34",
"FleetName": "sample string 35",
"VehicleId": "6944417b-ea97-418d-b205-dc9584529c08",
"VehicleCode": "sample string 36",
"VehiclePlate": "sample string 37",
"DriverId": "57d9d506-dab6-40ae-833b-0de3bdf5a9e1",
"DriverCode": "sample string 38",
"DriverCompleteName": "sample string 39",
"AccountTypeDescription": "sample string 40",
"InvoiceNumber": "sample string 41",
"BatchNumber": 1,
"ShiftNumber": "sample string 42",
"EntryMethod": "sample string 43",
"Amount": 1.0,
"TransactionAmount": 1.0,
"UnitName": "sample string 44",
"EHAuthorizationCode": "sample string 45",
"EHComments": "sample string 46",
"EHLoyaltyPoints": 1.0,
"LoyaltyPoints": 1.0,
"ConciliationState": 47,
"State": 64,
"EHState": 49,
"Voided": true,
"EHVoided": true,
"PaymentMethods": [
{
"Id": "9a5200c4-a1be-4ec8-a49f-ffe0b034678e",
"NetworkId": "76436997-ab27-4609-82fd-99f167d667ca",
"Code": "sample string 3",
"Description": "sample string 4",
"Total": 1.0,
"UpdateDate": "2026-04-27T21:36:15.01779Z"
},
{
"Id": "9a5200c4-a1be-4ec8-a49f-ffe0b034678e",
"NetworkId": "76436997-ab27-4609-82fd-99f167d667ca",
"Code": "sample string 3",
"Description": "sample string 4",
"Total": 1.0,
"UpdateDate": "2026-04-27T21:36:15.01779Z"
}
],
"Products": [
{
"Id": "b44d562f-92a2-49c0-87d4-629c5d2a49a7",
"Quantity": 1.0,
"UnitCode": "sample string 2",
"SKUDescription": "sample string 3",
"ProductCode": "sample string 4",
"UnitPrice": 1.0,
"Total": 1.0
},
{
"Id": "b44d562f-92a2-49c0-87d4-629c5d2a49a7",
"Quantity": 1.0,
"UnitCode": "sample string 2",
"SKUDescription": "sample string 3",
"ProductCode": "sample string 4",
"UnitPrice": 1.0,
"Total": 1.0
}
]
}
application/xml, text/xml
Sample:
<LoyaltyTransactionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<AccountTypeDescription>sample string 40</AccountTypeDescription>
<Amount>1</Amount>
<AuthorizationCode>sample string 5</AuthorizationCode>
<BatchNumber>1</BatchNumber>
<CompanyCode>sample string 23</CompanyCode>
<CompanyId>1af9a058-9485-43de-b84d-9c3cd9dddd9e</CompanyId>
<CompanyName>sample string 24</CompanyName>
<CompanyTaxpayerId>sample string 25</CompanyTaxpayerId>
<ConciliationState>47</ConciliationState>
<DateTime>sample string 17</DateTime>
<DriverCode>sample string 38</DriverCode>
<DriverCompleteName>sample string 39</DriverCompleteName>
<DriverId>57d9d506-dab6-40ae-833b-0de3bdf5a9e1</DriverId>
<EHAuthorizationCode>sample string 45</EHAuthorizationCode>
<EHComments>sample string 46</EHComments>
<EHLoyaltyPoints>1</EHLoyaltyPoints>
<EHState>49</EHState>
<EHVoided>true</EHVoided>
<EntryMethod>sample string 43</EntryMethod>
<FleetCode>sample string 34</FleetCode>
<FleetId>e84792b0-a134-4e45-8ee1-6fbc8c28ce17</FleetId>
<FleetName>sample string 35</FleetName>
<HostDateTime>sample string 12</HostDateTime>
<Id>67cea4df-c1ec-405f-9b4e-311a64c943a6</Id>
<InvoiceNumber>sample string 41</InvoiceNumber>
<IsPrimaryLoyaltyAccountVehicle>true</IsPrimaryLoyaltyAccountVehicle>
<IsSecondaryLoyaltyAccountVehicle>true</IsSecondaryLoyaltyAccountVehicle>
<LoyaltyPoints>1</LoyaltyPoints>
<MerchantCode>sample string 18</MerchantCode>
<MerchantId>9fff2a52-d25c-4393-b964-706e578d8280</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Mode>1</Mode>
<ModeDescription>sample string 10</ModeDescription>
<PaymentMethods>
<PaymentsMethodDto>
<Code>sample string 3</Code>
<Description>sample string 4</Description>
<Id>9a5200c4-a1be-4ec8-a49f-ffe0b034678e</Id>
<NetworkId>76436997-ab27-4609-82fd-99f167d667ca</NetworkId>
<Total>1</Total>
<UpdateDate>2026-04-27T21:36:15.01779Z</UpdateDate>
</PaymentsMethodDto>
<PaymentsMethodDto>
<Code>sample string 3</Code>
<Description>sample string 4</Description>
<Id>9a5200c4-a1be-4ec8-a49f-ffe0b034678e</Id>
<NetworkId>76436997-ab27-4609-82fd-99f167d667ca</NetworkId>
<Total>1</Total>
<UpdateDate>2026-04-27T21:36:15.01779Z</UpdateDate>
</PaymentsMethodDto>
</PaymentMethods>
<PrimaryIdentificationId>a017d61c-38c4-4669-8705-f22357c6a2a9</PrimaryIdentificationId>
<PrimaryIdentificationLabel>sample string 26</PrimaryIdentificationLabel>
<PrimaryIdentificationPAN>sample string 27</PrimaryIdentificationPAN>
<PrimaryLoyaltyAccountDescription>sample string 30</PrimaryLoyaltyAccountDescription>
<PrimaryLoyaltyAccountId>f80a48d0-5ea6-430b-9601-6d6a54321bf4</PrimaryLoyaltyAccountId>
<Products>
<LoyaltyTransactionsProductDto>
<Id>b44d562f-92a2-49c0-87d4-629c5d2a49a7</Id>
<ProductCode>sample string 4</ProductCode>
<Quantity>1</Quantity>
<SKUDescription>sample string 3</SKUDescription>
<Total>1</Total>
<UnitCode>sample string 2</UnitCode>
<UnitPrice>1</UnitPrice>
</LoyaltyTransactionsProductDto>
<LoyaltyTransactionsProductDto>
<Id>b44d562f-92a2-49c0-87d4-629c5d2a49a7</Id>
<ProductCode>sample string 4</ProductCode>
<Quantity>1</Quantity>
<SKUDescription>sample string 3</SKUDescription>
<Total>1</Total>
<UnitCode>sample string 2</UnitCode>
<UnitPrice>1</UnitPrice>
</LoyaltyTransactionsProductDto>
</Products>
<ResponseCode>sample string 6</ResponseCode>
<ResponseMessage>sample string 7</ResponseMessage>
<SecondaryIdentificationId>8f80d59e-31d8-40cd-a6bc-5a8df7dbd68c</SecondaryIdentificationId>
<SecondaryIdentificationLabel>sample string 28</SecondaryIdentificationLabel>
<SecondaryIdentificationPAN>sample string 29</SecondaryIdentificationPAN>
<SecondaryLoyaltyAccountDescription>sample string 32</SecondaryLoyaltyAccountDescription>
<SecondaryLoyaltyAccountId>20a786d2-9d66-4f4b-9c1e-071ecbc64449</SecondaryLoyaltyAccountId>
<ShiftNumber>sample string 42</ShiftNumber>
<SiteCode>sample string 20</SiteCode>
<SiteDateTime>sample string 15</SiteDateTime>
<SiteId>692f5706-53a6-48a4-a661-39180b4d3162</SiteId>
<SiteName>sample string 21</SiteName>
<SiteTimeZone>sample string 16</SiteTimeZone>
<State>64</State>
<Status>1</Status>
<StatusDescription>sample string 11</StatusDescription>
<SubscriberCode>sample string 2</SubscriberCode>
<SubscriberDateTime>sample string 13</SubscriberDateTime>
<SubscriberId>0d8c45a7-5351-48ed-ae23-77af5c21e622</SubscriberId>
<SubscriberName>sample string 3</SubscriberName>
<SubscriberTimeZone>sample string 14</SubscriberTimeZone>
<TerminalCode>sample string 22</TerminalCode>
<TerminalId>7d397233-6b76-46bd-9a94-c985286e9d56</TerminalId>
<TransactionAmount>1</TransactionAmount>
<TransactionSequenceNumber>sample string 4</TransactionSequenceNumber>
<Type>8</Type>
<TypeDescription>sample string 9</TypeDescription>
<UnitName>sample string 44</UnitName>
<VehicleCode>sample string 36</VehicleCode>
<VehicleId>6944417b-ea97-418d-b205-dc9584529c08</VehicleId>
<VehiclePlate>sample string 37</VehiclePlate>
<Voided>true</Voided>
</LoyaltyTransactionDto>