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": "935e0c55-f7e6-4299-9c0d-38c85608e621",
"IdCommunity": "efb13340-163c-4a6d-9270-c92718b88999",
"IdCompany": "f77443b2-fc6e-4429-a0d7-b5103e1011ec",
"IdIdentity": "d3fbf1a4-b376-4f40-9215-68f84df3689f",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "52f0b322-316e-44c4-b4c7-ee71d752c4c9",
"CommunityTarget": 9,
"IdDriver": "1cf319fd-9c65-4084-ae70-98064a442aff",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "c32947af-43e9-495f-82cd-cfe60c30f966",
"IdFleet": "90a11169-1bdd-4354-94ba-c36fe02dd2f3",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "5aabf468-15ab-47f7-91a5-3a3df60a841e",
"IdNetwork": "93dfeb5b-82bc-4dd4-a348-1202fce17381",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-12-15T13:04:18.7566683Z",
"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": "2025-12-15T13:04:18.7566683Z",
"CreatedNetworkDate": "2025-12-15T13:04:18.7566683Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-12-15T13:04:18.7566683Z",
"UpdateNetworkDate": "2025-12-15T13:04:18.7566683Z",
"LoyaltyIdentifications": [
{
"Id": "aa6cb58f-c37d-4f92-b6f7-7874efbccfbc",
"IdCommunity": "0c4c1879-e1c6-49a2-ae8a-7630d757b3d0",
"IdCompany": "351d060e-ed20-48d5-aa9e-38857d7cc723",
"IdFleet": "6af5a9c7-35b7-4547-b0bd-14b576117c96",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "cc4a3f99-6fa7-43b3-b679-bfa527c7a95b",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "aa6cb58f-c37d-4f92-b6f7-7874efbccfbc",
"IdCommunity": "0c4c1879-e1c6-49a2-ae8a-7630d757b3d0",
"IdCompany": "351d060e-ed20-48d5-aa9e-38857d7cc723",
"IdFleet": "6af5a9c7-35b7-4547-b0bd-14b576117c96",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "cc4a3f99-6fa7-43b3-b679-bfa527c7a95b",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "5aabf468-15ab-47f7-91a5-3a3df60a841e",
"IdNetwork": "93dfeb5b-82bc-4dd4-a348-1202fce17381",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-12-15T13:04:18.7566683Z",
"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": "2025-12-15T13:04:18.7566683Z",
"CreatedNetworkDate": "2025-12-15T13:04:18.7566683Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-12-15T13:04:18.7566683Z",
"UpdateNetworkDate": "2025-12-15T13:04:18.7566683Z",
"LoyaltyIdentifications": [
{
"Id": "aa6cb58f-c37d-4f92-b6f7-7874efbccfbc",
"IdCommunity": "0c4c1879-e1c6-49a2-ae8a-7630d757b3d0",
"IdCompany": "351d060e-ed20-48d5-aa9e-38857d7cc723",
"IdFleet": "6af5a9c7-35b7-4547-b0bd-14b576117c96",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "cc4a3f99-6fa7-43b3-b679-bfa527c7a95b",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "aa6cb58f-c37d-4f92-b6f7-7874efbccfbc",
"IdCommunity": "0c4c1879-e1c6-49a2-ae8a-7630d757b3d0",
"IdCompany": "351d060e-ed20-48d5-aa9e-38857d7cc723",
"IdFleet": "6af5a9c7-35b7-4547-b0bd-14b576117c96",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "cc4a3f99-6fa7-43b3-b679-bfa527c7a95b",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "41829a97-846b-477f-a326-2ff1c3a46fed",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "6e4a15fc-07bd-4c69-bdea-524b50cd09a9",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "41829a97-846b-477f-a326-2ff1c3a46fed",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "6e4a15fc-07bd-4c69-bdea-524b50cd09a9",
"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>935e0c55-f7e6-4299-9c0d-38c85608e621</Id>
<IdCommunity>efb13340-163c-4a6d-9270-c92718b88999</IdCommunity>
<IdCompany>f77443b2-fc6e-4429-a0d7-b5103e1011ec</IdCompany>
<IdDriver>1cf319fd-9c65-4084-ae70-98064a442aff</IdDriver>
<IdFleet>90a11169-1bdd-4354-94ba-c36fe02dd2f3</IdFleet>
<IdIdentity>d3fbf1a4-b376-4f40-9215-68f84df3689f</IdIdentity>
<IdNetwork>52f0b322-316e-44c4-b4c7-ee71d752c4c9</IdNetwork>
<IdVehicle>c32947af-43e9-495f-82cd-cfe60c30f966</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-12-15T13:04:18.7566683Z</BirthDate>
<CreatedNetworkDate>2025-12-15T13:04:18.7566683Z</CreatedNetworkDate>
<CreatedRealDate>2025-12-15T13:04:18.7566683Z</CreatedRealDate>
<Id>5aabf468-15ab-47f7-91a5-3a3df60a841e</Id>
<IdNetwork>93dfeb5b-82bc-4dd4-a348-1202fce17381</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>aa6cb58f-c37d-4f92-b6f7-7874efbccfbc</d4p1:Id>
<d4p1:IdCommunity>0c4c1879-e1c6-49a2-ae8a-7630d757b3d0</d4p1:IdCommunity>
<d4p1:IdCompany>351d060e-ed20-48d5-aa9e-38857d7cc723</d4p1:IdCompany>
<d4p1:IdFleet>6af5a9c7-35b7-4547-b0bd-14b576117c96</d4p1:IdFleet>
<d4p1:IdIdentificationModel>cc4a3f99-6fa7-43b3-b679-bfa527c7a95b</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>aa6cb58f-c37d-4f92-b6f7-7874efbccfbc</d4p1:Id>
<d4p1:IdCommunity>0c4c1879-e1c6-49a2-ae8a-7630d757b3d0</d4p1:IdCommunity>
<d4p1:IdCompany>351d060e-ed20-48d5-aa9e-38857d7cc723</d4p1:IdCompany>
<d4p1:IdFleet>6af5a9c7-35b7-4547-b0bd-14b576117c96</d4p1:IdFleet>
<d4p1:IdIdentificationModel>cc4a3f99-6fa7-43b3-b679-bfa527c7a95b</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>2025-12-15T13:04:18.7566683Z</UpdateNetworkDate>
<UpdateRealDate>2025-12-15T13:04:18.7566683Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-12-15T13:04:18.7566683Z</BirthDate>
<CreatedNetworkDate>2025-12-15T13:04:18.7566683Z</CreatedNetworkDate>
<CreatedRealDate>2025-12-15T13:04:18.7566683Z</CreatedRealDate>
<Id>5aabf468-15ab-47f7-91a5-3a3df60a841e</Id>
<IdNetwork>93dfeb5b-82bc-4dd4-a348-1202fce17381</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>aa6cb58f-c37d-4f92-b6f7-7874efbccfbc</d4p1:Id>
<d4p1:IdCommunity>0c4c1879-e1c6-49a2-ae8a-7630d757b3d0</d4p1:IdCommunity>
<d4p1:IdCompany>351d060e-ed20-48d5-aa9e-38857d7cc723</d4p1:IdCompany>
<d4p1:IdFleet>6af5a9c7-35b7-4547-b0bd-14b576117c96</d4p1:IdFleet>
<d4p1:IdIdentificationModel>cc4a3f99-6fa7-43b3-b679-bfa527c7a95b</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>aa6cb58f-c37d-4f92-b6f7-7874efbccfbc</d4p1:Id>
<d4p1:IdCommunity>0c4c1879-e1c6-49a2-ae8a-7630d757b3d0</d4p1:IdCommunity>
<d4p1:IdCompany>351d060e-ed20-48d5-aa9e-38857d7cc723</d4p1:IdCompany>
<d4p1:IdFleet>6af5a9c7-35b7-4547-b0bd-14b576117c96</d4p1:IdFleet>
<d4p1:IdIdentificationModel>cc4a3f99-6fa7-43b3-b679-bfa527c7a95b</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>2025-12-15T13:04:18.7566683Z</UpdateNetworkDate>
<UpdateRealDate>2025-12-15T13:04:18.7566683Z</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>41829a97-846b-477f-a326-2ff1c3a46fed</Id>
<IdIdentificationModel>6e4a15fc-07bd-4c69-bdea-524b50cd09a9</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>41829a97-846b-477f-a326-2ff1c3a46fed</Id>
<IdIdentificationModel>6e4a15fc-07bd-4c69-bdea-524b50cd09a9</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>