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": "5bf15810-9775-4d67-b4c5-701fc0d7f31b",
"IdCommunity": "61143e5c-2738-44ce-b83e-6b20553681b2",
"IdCompany": "132ba95f-681c-4348-be48-0ed375e48df5",
"IdIdentity": "303b4729-38d6-420d-82e1-2eeee3ae13e0",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "60783268-2157-4a8d-8bc2-944e67c6f3a2",
"CommunityTarget": 9,
"IdDriver": "6afbec6a-0c92-4366-a1a6-9879ed4f0091",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "35dee1a5-5523-48c3-8ebe-0c663153195c",
"IdFleet": "eb307081-2d90-43e2-8836-b62d07c53c82",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "ef4219c5-b174-402d-8275-e10bba651350",
"IdNetwork": "da25a49d-38ff-4798-b0e0-4a3023e65324",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-09-10T10:29:07.0788089Z",
"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-09-10T10:29:07.0788089Z",
"CreatedNetworkDate": "2026-09-10T10:29:07.0788089Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-09-10T10:29:07.0788089Z",
"UpdateNetworkDate": "2026-09-10T10:29:07.0788089Z",
"LoyaltyIdentifications": [
{
"Id": "84f28653-4225-4cd1-a4e2-fc9c34553f52",
"IdCommunity": "33e0a07d-953c-437d-af0e-8dc56018e186",
"IdCompany": "e33dda26-3c7a-4a4d-a9ed-895c7b6a898a",
"IdFleet": "f5025dde-85b6-4fd0-981e-c0e10849be47",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "e04d358e-7c86-4027-a685-84ea6378405f",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "84f28653-4225-4cd1-a4e2-fc9c34553f52",
"IdCommunity": "33e0a07d-953c-437d-af0e-8dc56018e186",
"IdCompany": "e33dda26-3c7a-4a4d-a9ed-895c7b6a898a",
"IdFleet": "f5025dde-85b6-4fd0-981e-c0e10849be47",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "e04d358e-7c86-4027-a685-84ea6378405f",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "ef4219c5-b174-402d-8275-e10bba651350",
"IdNetwork": "da25a49d-38ff-4798-b0e0-4a3023e65324",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-09-10T10:29:07.0788089Z",
"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-09-10T10:29:07.0788089Z",
"CreatedNetworkDate": "2026-09-10T10:29:07.0788089Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-09-10T10:29:07.0788089Z",
"UpdateNetworkDate": "2026-09-10T10:29:07.0788089Z",
"LoyaltyIdentifications": [
{
"Id": "84f28653-4225-4cd1-a4e2-fc9c34553f52",
"IdCommunity": "33e0a07d-953c-437d-af0e-8dc56018e186",
"IdCompany": "e33dda26-3c7a-4a4d-a9ed-895c7b6a898a",
"IdFleet": "f5025dde-85b6-4fd0-981e-c0e10849be47",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "e04d358e-7c86-4027-a685-84ea6378405f",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "84f28653-4225-4cd1-a4e2-fc9c34553f52",
"IdCommunity": "33e0a07d-953c-437d-af0e-8dc56018e186",
"IdCompany": "e33dda26-3c7a-4a4d-a9ed-895c7b6a898a",
"IdFleet": "f5025dde-85b6-4fd0-981e-c0e10849be47",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "e04d358e-7c86-4027-a685-84ea6378405f",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "0965095f-6658-430e-9ba5-d8e766fc2834",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "7c736434-5d04-4c71-baae-d768c28e1514",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "0965095f-6658-430e-9ba5-d8e766fc2834",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "7c736434-5d04-4c71-baae-d768c28e1514",
"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>5bf15810-9775-4d67-b4c5-701fc0d7f31b</Id>
<IdCommunity>61143e5c-2738-44ce-b83e-6b20553681b2</IdCommunity>
<IdCompany>132ba95f-681c-4348-be48-0ed375e48df5</IdCompany>
<IdDriver>6afbec6a-0c92-4366-a1a6-9879ed4f0091</IdDriver>
<IdFleet>eb307081-2d90-43e2-8836-b62d07c53c82</IdFleet>
<IdIdentity>303b4729-38d6-420d-82e1-2eeee3ae13e0</IdIdentity>
<IdNetwork>60783268-2157-4a8d-8bc2-944e67c6f3a2</IdNetwork>
<IdVehicle>35dee1a5-5523-48c3-8ebe-0c663153195c</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-09-10T10:29:07.0788089Z</BirthDate>
<CreatedNetworkDate>2026-09-10T10:29:07.0788089Z</CreatedNetworkDate>
<CreatedRealDate>2026-09-10T10:29:07.0788089Z</CreatedRealDate>
<Id>ef4219c5-b174-402d-8275-e10bba651350</Id>
<IdNetwork>da25a49d-38ff-4798-b0e0-4a3023e65324</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>84f28653-4225-4cd1-a4e2-fc9c34553f52</d4p1:Id>
<d4p1:IdCommunity>33e0a07d-953c-437d-af0e-8dc56018e186</d4p1:IdCommunity>
<d4p1:IdCompany>e33dda26-3c7a-4a4d-a9ed-895c7b6a898a</d4p1:IdCompany>
<d4p1:IdFleet>f5025dde-85b6-4fd0-981e-c0e10849be47</d4p1:IdFleet>
<d4p1:IdIdentificationModel>e04d358e-7c86-4027-a685-84ea6378405f</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>84f28653-4225-4cd1-a4e2-fc9c34553f52</d4p1:Id>
<d4p1:IdCommunity>33e0a07d-953c-437d-af0e-8dc56018e186</d4p1:IdCommunity>
<d4p1:IdCompany>e33dda26-3c7a-4a4d-a9ed-895c7b6a898a</d4p1:IdCompany>
<d4p1:IdFleet>f5025dde-85b6-4fd0-981e-c0e10849be47</d4p1:IdFleet>
<d4p1:IdIdentificationModel>e04d358e-7c86-4027-a685-84ea6378405f</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-09-10T10:29:07.0788089Z</UpdateNetworkDate>
<UpdateRealDate>2026-09-10T10:29:07.0788089Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-09-10T10:29:07.0788089Z</BirthDate>
<CreatedNetworkDate>2026-09-10T10:29:07.0788089Z</CreatedNetworkDate>
<CreatedRealDate>2026-09-10T10:29:07.0788089Z</CreatedRealDate>
<Id>ef4219c5-b174-402d-8275-e10bba651350</Id>
<IdNetwork>da25a49d-38ff-4798-b0e0-4a3023e65324</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>84f28653-4225-4cd1-a4e2-fc9c34553f52</d4p1:Id>
<d4p1:IdCommunity>33e0a07d-953c-437d-af0e-8dc56018e186</d4p1:IdCommunity>
<d4p1:IdCompany>e33dda26-3c7a-4a4d-a9ed-895c7b6a898a</d4p1:IdCompany>
<d4p1:IdFleet>f5025dde-85b6-4fd0-981e-c0e10849be47</d4p1:IdFleet>
<d4p1:IdIdentificationModel>e04d358e-7c86-4027-a685-84ea6378405f</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>84f28653-4225-4cd1-a4e2-fc9c34553f52</d4p1:Id>
<d4p1:IdCommunity>33e0a07d-953c-437d-af0e-8dc56018e186</d4p1:IdCommunity>
<d4p1:IdCompany>e33dda26-3c7a-4a4d-a9ed-895c7b6a898a</d4p1:IdCompany>
<d4p1:IdFleet>f5025dde-85b6-4fd0-981e-c0e10849be47</d4p1:IdFleet>
<d4p1:IdIdentificationModel>e04d358e-7c86-4027-a685-84ea6378405f</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-09-10T10:29:07.0788089Z</UpdateNetworkDate>
<UpdateRealDate>2026-09-10T10:29:07.0788089Z</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>0965095f-6658-430e-9ba5-d8e766fc2834</Id>
<IdIdentificationModel>7c736434-5d04-4c71-baae-d768c28e1514</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>0965095f-6658-430e-9ba5-d8e766fc2834</Id>
<IdIdentificationModel>7c736434-5d04-4c71-baae-d768c28e1514</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>