GET loyaltyClients?id={id}
Gets a Loyalty Account by it's ID, represented as LoyaltyAccountDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the LoyaltyAccount. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The LoyaltyAccountDto data.
LoyaltyAccountDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdCommunity | globally unique identifier |
None. |
|
| IdCompany | globally unique identifier |
None. |
|
| IdIdentity | globally unique identifier |
None. |
|
| IdentityNumber | string |
None. |
|
| IdentitiyNumberType | byte |
None. |
|
| IdentityName | string |
None. |
|
| IdNetwork | globally unique identifier |
None. |
|
| CommunityTarget | integer |
None. |
|
| IdDriver | globally unique identifier |
None. |
|
| DriverLicenseNumber | string |
None. |
|
| DriverCode | string |
None. |
|
| DriverEmail | string |
None. |
|
| DriverFirstName | string |
None. |
|
| DriverLastName | string |
None. |
|
| IdVehicle | globally unique identifier |
None. |
|
| IdFleet | globally unique identifier |
None. |
|
| VehiclePlate | string |
None. |
|
| VehicleCode | string |
None. |
|
| Identities | Collection of IdentityDto |
None. |
|
| LoyaltyClientCards | Collection of LoyaltyAccountIdentificationDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "a65ee67d-8641-4bf1-9d5a-ff1cd68354f1",
"IdCommunity": "bff22454-5ddd-477e-875c-cf2dcadeb4bf",
"IdCompany": "0f84f32b-87b3-4c42-b3d4-2330553df68f",
"IdIdentity": "c2ea13b3-db3e-4014-a722-3fc4d56246a1",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "be9d8f1a-9b44-4f1d-9838-a87266d0797d",
"CommunityTarget": 9,
"IdDriver": "48a7dea7-a931-492c-8a28-443b2ff12bfa",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "b2ce59bb-e41e-4ec7-a66a-1b22c2557302",
"IdFleet": "c5161305-5840-40e4-8a32-3f15bdd6ee49",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "e01eb4f5-88c0-4c7f-8d0a-e5902ae7b4ac",
"IdNetwork": "515398b4-3593-4547-aa60-77341e411d8a",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-03T19:02:21.3692371Z",
"StreetAddress": "sample string 6",
"ZipCode": "sample string 7",
"PhoneNumber": "sample string 8",
"ProfilePicture": "sample string 9",
"ReportedIdentityNumber": "sample string 10",
"ReportedCountry": "sample string 11",
"ReportedFirstName": "sample string 12",
"ReportedLastName": "sample string 13",
"ReportedSex": "sample string 14",
"ReportedBirthDate": "sample string 15",
"ReportedIssueDate": "sample string 16",
"ReportedProcedureNumber": "sample string 17",
"ReportedCopy": "sample string 18",
"UserConsent": true,
"CreatedRealDate": "2026-08-03T19:02:21.3692371Z",
"CreatedNetworkDate": "2026-08-03T19:02:21.3692371Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-03T19:02:21.3692371Z",
"UpdateNetworkDate": "2026-08-03T19:02:21.3692371Z",
"LoyaltyIdentifications": [
{
"Id": "8e81b315-41ef-4061-a5c3-877db26737e7",
"IdCommunity": "cc27c446-2b62-41b1-b3a0-70918d376b27",
"IdCompany": "bcb2f465-48ed-4ddf-bfaa-4ebe96527994",
"IdFleet": "b1583567-a8d1-49e8-ad04-e2cfe3143779",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "8bacbec3-38f1-4da5-8622-64addba75f9c",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "8e81b315-41ef-4061-a5c3-877db26737e7",
"IdCommunity": "cc27c446-2b62-41b1-b3a0-70918d376b27",
"IdCompany": "bcb2f465-48ed-4ddf-bfaa-4ebe96527994",
"IdFleet": "b1583567-a8d1-49e8-ad04-e2cfe3143779",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "8bacbec3-38f1-4da5-8622-64addba75f9c",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "e01eb4f5-88c0-4c7f-8d0a-e5902ae7b4ac",
"IdNetwork": "515398b4-3593-4547-aa60-77341e411d8a",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-03T19:02:21.3692371Z",
"StreetAddress": "sample string 6",
"ZipCode": "sample string 7",
"PhoneNumber": "sample string 8",
"ProfilePicture": "sample string 9",
"ReportedIdentityNumber": "sample string 10",
"ReportedCountry": "sample string 11",
"ReportedFirstName": "sample string 12",
"ReportedLastName": "sample string 13",
"ReportedSex": "sample string 14",
"ReportedBirthDate": "sample string 15",
"ReportedIssueDate": "sample string 16",
"ReportedProcedureNumber": "sample string 17",
"ReportedCopy": "sample string 18",
"UserConsent": true,
"CreatedRealDate": "2026-08-03T19:02:21.3692371Z",
"CreatedNetworkDate": "2026-08-03T19:02:21.3692371Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-03T19:02:21.3692371Z",
"UpdateNetworkDate": "2026-08-03T19:02:21.3692371Z",
"LoyaltyIdentifications": [
{
"Id": "8e81b315-41ef-4061-a5c3-877db26737e7",
"IdCommunity": "cc27c446-2b62-41b1-b3a0-70918d376b27",
"IdCompany": "bcb2f465-48ed-4ddf-bfaa-4ebe96527994",
"IdFleet": "b1583567-a8d1-49e8-ad04-e2cfe3143779",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "8bacbec3-38f1-4da5-8622-64addba75f9c",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "8e81b315-41ef-4061-a5c3-877db26737e7",
"IdCommunity": "cc27c446-2b62-41b1-b3a0-70918d376b27",
"IdCompany": "bcb2f465-48ed-4ddf-bfaa-4ebe96527994",
"IdFleet": "b1583567-a8d1-49e8-ad04-e2cfe3143779",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "8bacbec3-38f1-4da5-8622-64addba75f9c",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "4b5c9a52-e2de-4b1f-8bf6-fe20373df75e",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "d2392e66-877a-44ff-985f-830ac7c0c820",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "4b5c9a52-e2de-4b1f-8bf6-fe20373df75e",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "d2392e66-877a-44ff-985f-830ac7c0c820",
"Active": true,
"IdentificationPAN": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<LoyaltyAccountDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<CommunityTarget>9</CommunityTarget>
<DriverCode>sample string 11</DriverCode>
<DriverEmail>sample string 12</DriverEmail>
<DriverFirstName>sample string 13</DriverFirstName>
<DriverLastName>sample string 14</DriverLastName>
<DriverLicenseNumber>sample string 10</DriverLicenseNumber>
<Id>a65ee67d-8641-4bf1-9d5a-ff1cd68354f1</Id>
<IdCommunity>bff22454-5ddd-477e-875c-cf2dcadeb4bf</IdCommunity>
<IdCompany>0f84f32b-87b3-4c42-b3d4-2330553df68f</IdCompany>
<IdDriver>48a7dea7-a931-492c-8a28-443b2ff12bfa</IdDriver>
<IdFleet>c5161305-5840-40e4-8a32-3f15bdd6ee49</IdFleet>
<IdIdentity>c2ea13b3-db3e-4014-a722-3fc4d56246a1</IdIdentity>
<IdNetwork>be9d8f1a-9b44-4f1d-9838-a87266d0797d</IdNetwork>
<IdVehicle>b2ce59bb-e41e-4ec7-a66a-1b22c2557302</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-08-03T19:02:21.3692371Z</BirthDate>
<CreatedNetworkDate>2026-08-03T19:02:21.3692371Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-03T19:02:21.3692371Z</CreatedRealDate>
<Id>e01eb4f5-88c0-4c7f-8d0a-e5902ae7b4ac</Id>
<IdNetwork>515398b4-3593-4547-aa60-77341e411d8a</IdNetwork>
<IdentityNumber>sample string 3</IdentityNumber>
<IdentityNumberType>64</IdentityNumberType>
<LoyaltyIdentifications xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ationet.Model.Community">
<d4p1:IdentityLoyaltyIdentificationDto>
<d4p1:Active>true</d4p1:Active>
<d4p1:CommunityName>sample string 4</d4p1:CommunityName>
<d4p1:CommunityTarget>1</d4p1:CommunityTarget>
<d4p1:Id>8e81b315-41ef-4061-a5c3-877db26737e7</d4p1:Id>
<d4p1:IdCommunity>cc27c446-2b62-41b1-b3a0-70918d376b27</d4p1:IdCommunity>
<d4p1:IdCompany>bcb2f465-48ed-4ddf-bfaa-4ebe96527994</d4p1:IdCompany>
<d4p1:IdFleet>b1583567-a8d1-49e8-ad04-e2cfe3143779</d4p1:IdFleet>
<d4p1:IdIdentificationModel>8bacbec3-38f1-4da5-8622-64addba75f9c</d4p1:IdIdentificationModel>
<d4p1:Label>sample string 5</d4p1:Label>
<d4p1:PAN>sample string 10</d4p1:PAN>
<d4p1:TrackNumber>sample string 6</d4p1:TrackNumber>
<d4p1:Type>7</d4p1:Type>
</d4p1:IdentityLoyaltyIdentificationDto>
<d4p1:IdentityLoyaltyIdentificationDto>
<d4p1:Active>true</d4p1:Active>
<d4p1:CommunityName>sample string 4</d4p1:CommunityName>
<d4p1:CommunityTarget>1</d4p1:CommunityTarget>
<d4p1:Id>8e81b315-41ef-4061-a5c3-877db26737e7</d4p1:Id>
<d4p1:IdCommunity>cc27c446-2b62-41b1-b3a0-70918d376b27</d4p1:IdCommunity>
<d4p1:IdCompany>bcb2f465-48ed-4ddf-bfaa-4ebe96527994</d4p1:IdCompany>
<d4p1:IdFleet>b1583567-a8d1-49e8-ad04-e2cfe3143779</d4p1:IdFleet>
<d4p1:IdIdentificationModel>8bacbec3-38f1-4da5-8622-64addba75f9c</d4p1:IdIdentificationModel>
<d4p1:Label>sample string 5</d4p1:Label>
<d4p1:PAN>sample string 10</d4p1:PAN>
<d4p1:TrackNumber>sample string 6</d4p1:TrackNumber>
<d4p1:Type>7</d4p1:Type>
</d4p1:IdentityLoyaltyIdentificationDto>
</LoyaltyIdentifications>
<Name>sample string 4</Name>
<NetworkTimezoneCode>sample string 22</NetworkTimezoneCode>
<PhoneNumber>sample string 8</PhoneNumber>
<ProfilePicture>sample string 9</ProfilePicture>
<ReportedBirthDate>sample string 15</ReportedBirthDate>
<ReportedCopy>sample string 18</ReportedCopy>
<ReportedCountry>sample string 11</ReportedCountry>
<ReportedFirstName>sample string 12</ReportedFirstName>
<ReportedIdentityNumber>sample string 10</ReportedIdentityNumber>
<ReportedIssueDate>sample string 16</ReportedIssueDate>
<ReportedLastName>sample string 13</ReportedLastName>
<ReportedProcedureNumber>sample string 17</ReportedProcedureNumber>
<ReportedSex>sample string 14</ReportedSex>
<StreetAddress>sample string 6</StreetAddress>
<UpdateNetworkDate>2026-08-03T19:02:21.3692371Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-03T19:02:21.3692371Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-08-03T19:02:21.3692371Z</BirthDate>
<CreatedNetworkDate>2026-08-03T19:02:21.3692371Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-03T19:02:21.3692371Z</CreatedRealDate>
<Id>e01eb4f5-88c0-4c7f-8d0a-e5902ae7b4ac</Id>
<IdNetwork>515398b4-3593-4547-aa60-77341e411d8a</IdNetwork>
<IdentityNumber>sample string 3</IdentityNumber>
<IdentityNumberType>64</IdentityNumberType>
<LoyaltyIdentifications xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ationet.Model.Community">
<d4p1:IdentityLoyaltyIdentificationDto>
<d4p1:Active>true</d4p1:Active>
<d4p1:CommunityName>sample string 4</d4p1:CommunityName>
<d4p1:CommunityTarget>1</d4p1:CommunityTarget>
<d4p1:Id>8e81b315-41ef-4061-a5c3-877db26737e7</d4p1:Id>
<d4p1:IdCommunity>cc27c446-2b62-41b1-b3a0-70918d376b27</d4p1:IdCommunity>
<d4p1:IdCompany>bcb2f465-48ed-4ddf-bfaa-4ebe96527994</d4p1:IdCompany>
<d4p1:IdFleet>b1583567-a8d1-49e8-ad04-e2cfe3143779</d4p1:IdFleet>
<d4p1:IdIdentificationModel>8bacbec3-38f1-4da5-8622-64addba75f9c</d4p1:IdIdentificationModel>
<d4p1:Label>sample string 5</d4p1:Label>
<d4p1:PAN>sample string 10</d4p1:PAN>
<d4p1:TrackNumber>sample string 6</d4p1:TrackNumber>
<d4p1:Type>7</d4p1:Type>
</d4p1:IdentityLoyaltyIdentificationDto>
<d4p1:IdentityLoyaltyIdentificationDto>
<d4p1:Active>true</d4p1:Active>
<d4p1:CommunityName>sample string 4</d4p1:CommunityName>
<d4p1:CommunityTarget>1</d4p1:CommunityTarget>
<d4p1:Id>8e81b315-41ef-4061-a5c3-877db26737e7</d4p1:Id>
<d4p1:IdCommunity>cc27c446-2b62-41b1-b3a0-70918d376b27</d4p1:IdCommunity>
<d4p1:IdCompany>bcb2f465-48ed-4ddf-bfaa-4ebe96527994</d4p1:IdCompany>
<d4p1:IdFleet>b1583567-a8d1-49e8-ad04-e2cfe3143779</d4p1:IdFleet>
<d4p1:IdIdentificationModel>8bacbec3-38f1-4da5-8622-64addba75f9c</d4p1:IdIdentificationModel>
<d4p1:Label>sample string 5</d4p1:Label>
<d4p1:PAN>sample string 10</d4p1:PAN>
<d4p1:TrackNumber>sample string 6</d4p1:TrackNumber>
<d4p1:Type>7</d4p1:Type>
</d4p1:IdentityLoyaltyIdentificationDto>
</LoyaltyIdentifications>
<Name>sample string 4</Name>
<NetworkTimezoneCode>sample string 22</NetworkTimezoneCode>
<PhoneNumber>sample string 8</PhoneNumber>
<ProfilePicture>sample string 9</ProfilePicture>
<ReportedBirthDate>sample string 15</ReportedBirthDate>
<ReportedCopy>sample string 18</ReportedCopy>
<ReportedCountry>sample string 11</ReportedCountry>
<ReportedFirstName>sample string 12</ReportedFirstName>
<ReportedIdentityNumber>sample string 10</ReportedIdentityNumber>
<ReportedIssueDate>sample string 16</ReportedIssueDate>
<ReportedLastName>sample string 13</ReportedLastName>
<ReportedProcedureNumber>sample string 17</ReportedProcedureNumber>
<ReportedSex>sample string 14</ReportedSex>
<StreetAddress>sample string 6</StreetAddress>
<UpdateNetworkDate>2026-08-03T19:02:21.3692371Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-03T19:02:21.3692371Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
</Identities>
<IdentitiyNumberType>64</IdentitiyNumberType>
<IdentityName>sample string 7</IdentityName>
<IdentityNumber>sample string 5</IdentityNumber>
<LoyaltyClientCards>
<LoyaltyAccountIdentificationDto>
<Active>true</Active>
<Id>4b5c9a52-e2de-4b1f-8bf6-fe20373df75e</Id>
<IdIdentificationModel>d2392e66-877a-44ff-985f-830ac7c0c820</IdIdentificationModel>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationPAN>sample string 7</IdentificationPAN>
<IdentificationTrackNumber>sample string 3</IdentificationTrackNumber>
<IdentificationType>4</IdentificationType>
</LoyaltyAccountIdentificationDto>
<LoyaltyAccountIdentificationDto>
<Active>true</Active>
<Id>4b5c9a52-e2de-4b1f-8bf6-fe20373df75e</Id>
<IdIdentificationModel>d2392e66-877a-44ff-985f-830ac7c0c820</IdIdentificationModel>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationPAN>sample string 7</IdentificationPAN>
<IdentificationTrackNumber>sample string 3</IdentificationTrackNumber>
<IdentificationType>4</IdentificationType>
</LoyaltyAccountIdentificationDto>
</LoyaltyClientCards>
<VehicleCode>sample string 16</VehicleCode>
<VehiclePlate>sample string 15</VehiclePlate>
</LoyaltyAccountDto>