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": "98550fa3-9f8f-4969-b4d6-b1e5b5c7ca45",
"IdCommunity": "4cd79a3f-0485-4118-a09c-a5b45dca0c7c",
"IdCompany": "f725ba71-fc1d-484f-b9de-afc526bf2955",
"IdIdentity": "587e8135-8322-4ed0-830f-45a3c2fff789",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "7e8c5e7b-df83-4282-9534-c5bd40991e49",
"CommunityTarget": 9,
"IdDriver": "79967922-6bb4-47a0-8612-29438ae6e501",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "617caac7-2796-4415-ad3f-e95f8ece093c",
"IdFleet": "e888472f-c6e9-4b70-a72d-f3bb7edf5a67",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "8279a4a2-5dc8-4947-a4ad-1ec6f140abae",
"IdNetwork": "0b1c2333-bb94-4036-9452-65631f43e88c",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-12T01:31:48.0735901Z",
"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-06-12T01:31:48.0735901Z",
"CreatedNetworkDate": "2026-06-12T01:31:48.0735901Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-12T01:31:48.0735901Z",
"UpdateNetworkDate": "2026-06-12T01:31:48.0735901Z",
"LoyaltyIdentifications": [
{
"Id": "56ca03de-cc5f-4ab1-9072-3356f4ce4b88",
"IdCommunity": "360e03b3-0881-48b5-b05d-9c0b30557503",
"IdCompany": "5984a55a-686e-4276-972c-55f926c7bf7e",
"IdFleet": "774c11ac-8934-4f71-9176-c850ead70bef",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "db759ea0-09d7-4f3f-8ead-bee9ad5c391c",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "56ca03de-cc5f-4ab1-9072-3356f4ce4b88",
"IdCommunity": "360e03b3-0881-48b5-b05d-9c0b30557503",
"IdCompany": "5984a55a-686e-4276-972c-55f926c7bf7e",
"IdFleet": "774c11ac-8934-4f71-9176-c850ead70bef",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "db759ea0-09d7-4f3f-8ead-bee9ad5c391c",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "8279a4a2-5dc8-4947-a4ad-1ec6f140abae",
"IdNetwork": "0b1c2333-bb94-4036-9452-65631f43e88c",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-12T01:31:48.0735901Z",
"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-06-12T01:31:48.0735901Z",
"CreatedNetworkDate": "2026-06-12T01:31:48.0735901Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-12T01:31:48.0735901Z",
"UpdateNetworkDate": "2026-06-12T01:31:48.0735901Z",
"LoyaltyIdentifications": [
{
"Id": "56ca03de-cc5f-4ab1-9072-3356f4ce4b88",
"IdCommunity": "360e03b3-0881-48b5-b05d-9c0b30557503",
"IdCompany": "5984a55a-686e-4276-972c-55f926c7bf7e",
"IdFleet": "774c11ac-8934-4f71-9176-c850ead70bef",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "db759ea0-09d7-4f3f-8ead-bee9ad5c391c",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "56ca03de-cc5f-4ab1-9072-3356f4ce4b88",
"IdCommunity": "360e03b3-0881-48b5-b05d-9c0b30557503",
"IdCompany": "5984a55a-686e-4276-972c-55f926c7bf7e",
"IdFleet": "774c11ac-8934-4f71-9176-c850ead70bef",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "db759ea0-09d7-4f3f-8ead-bee9ad5c391c",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "d1b28b01-50c9-4c9f-8e16-0e837cce6176",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "7a7bd7fe-cdb7-4873-8353-0d82910a30dd",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "d1b28b01-50c9-4c9f-8e16-0e837cce6176",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "7a7bd7fe-cdb7-4873-8353-0d82910a30dd",
"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>98550fa3-9f8f-4969-b4d6-b1e5b5c7ca45</Id>
<IdCommunity>4cd79a3f-0485-4118-a09c-a5b45dca0c7c</IdCommunity>
<IdCompany>f725ba71-fc1d-484f-b9de-afc526bf2955</IdCompany>
<IdDriver>79967922-6bb4-47a0-8612-29438ae6e501</IdDriver>
<IdFleet>e888472f-c6e9-4b70-a72d-f3bb7edf5a67</IdFleet>
<IdIdentity>587e8135-8322-4ed0-830f-45a3c2fff789</IdIdentity>
<IdNetwork>7e8c5e7b-df83-4282-9534-c5bd40991e49</IdNetwork>
<IdVehicle>617caac7-2796-4415-ad3f-e95f8ece093c</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-06-12T01:31:48.0735901Z</BirthDate>
<CreatedNetworkDate>2026-06-12T01:31:48.0735901Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-12T01:31:48.0735901Z</CreatedRealDate>
<Id>8279a4a2-5dc8-4947-a4ad-1ec6f140abae</Id>
<IdNetwork>0b1c2333-bb94-4036-9452-65631f43e88c</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>56ca03de-cc5f-4ab1-9072-3356f4ce4b88</d4p1:Id>
<d4p1:IdCommunity>360e03b3-0881-48b5-b05d-9c0b30557503</d4p1:IdCommunity>
<d4p1:IdCompany>5984a55a-686e-4276-972c-55f926c7bf7e</d4p1:IdCompany>
<d4p1:IdFleet>774c11ac-8934-4f71-9176-c850ead70bef</d4p1:IdFleet>
<d4p1:IdIdentificationModel>db759ea0-09d7-4f3f-8ead-bee9ad5c391c</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>56ca03de-cc5f-4ab1-9072-3356f4ce4b88</d4p1:Id>
<d4p1:IdCommunity>360e03b3-0881-48b5-b05d-9c0b30557503</d4p1:IdCommunity>
<d4p1:IdCompany>5984a55a-686e-4276-972c-55f926c7bf7e</d4p1:IdCompany>
<d4p1:IdFleet>774c11ac-8934-4f71-9176-c850ead70bef</d4p1:IdFleet>
<d4p1:IdIdentificationModel>db759ea0-09d7-4f3f-8ead-bee9ad5c391c</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-06-12T01:31:48.0735901Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-12T01:31:48.0735901Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-06-12T01:31:48.0735901Z</BirthDate>
<CreatedNetworkDate>2026-06-12T01:31:48.0735901Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-12T01:31:48.0735901Z</CreatedRealDate>
<Id>8279a4a2-5dc8-4947-a4ad-1ec6f140abae</Id>
<IdNetwork>0b1c2333-bb94-4036-9452-65631f43e88c</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>56ca03de-cc5f-4ab1-9072-3356f4ce4b88</d4p1:Id>
<d4p1:IdCommunity>360e03b3-0881-48b5-b05d-9c0b30557503</d4p1:IdCommunity>
<d4p1:IdCompany>5984a55a-686e-4276-972c-55f926c7bf7e</d4p1:IdCompany>
<d4p1:IdFleet>774c11ac-8934-4f71-9176-c850ead70bef</d4p1:IdFleet>
<d4p1:IdIdentificationModel>db759ea0-09d7-4f3f-8ead-bee9ad5c391c</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>56ca03de-cc5f-4ab1-9072-3356f4ce4b88</d4p1:Id>
<d4p1:IdCommunity>360e03b3-0881-48b5-b05d-9c0b30557503</d4p1:IdCommunity>
<d4p1:IdCompany>5984a55a-686e-4276-972c-55f926c7bf7e</d4p1:IdCompany>
<d4p1:IdFleet>774c11ac-8934-4f71-9176-c850ead70bef</d4p1:IdFleet>
<d4p1:IdIdentificationModel>db759ea0-09d7-4f3f-8ead-bee9ad5c391c</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-06-12T01:31:48.0735901Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-12T01:31:48.0735901Z</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>d1b28b01-50c9-4c9f-8e16-0e837cce6176</Id>
<IdIdentificationModel>7a7bd7fe-cdb7-4873-8353-0d82910a30dd</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>d1b28b01-50c9-4c9f-8e16-0e837cce6176</Id>
<IdIdentificationModel>7a7bd7fe-cdb7-4873-8353-0d82910a30dd</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>