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.
LoyaltyAccountDtoName | 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": "8d16b0f5-3b38-47d8-a2f5-b37187d6a9b6", "IdCommunity": "be12fe8b-96e3-446e-b9f4-378577661dab", "IdCompany": "dcd2d0d6-76d0-4d84-9e8d-5e54c01b4ab6", "IdIdentity": "c5b202f8-df7b-456c-a33a-a7bbd2aa6d82", "IdentityNumber": "sample string 5", "IdentitiyNumberType": 64, "IdentityName": "sample string 7", "IdNetwork": "009c17ad-a220-4b2d-8970-5ebe8e567e96", "CommunityTarget": 9, "IdDriver": "3e7b1650-3bdd-4e54-a0e4-4ce69a260f2c", "DriverLicenseNumber": "sample string 10", "DriverCode": "sample string 11", "DriverEmail": "sample string 12", "DriverFirstName": "sample string 13", "DriverLastName": "sample string 14", "IdVehicle": "2c18c695-ef4b-4af9-9f90-695c7c478d9e", "IdFleet": "ff1338ac-5f80-4ae4-949a-c11904b0202f", "VehiclePlate": "sample string 15", "VehicleCode": "sample string 16", "Identities": [ { "Id": "c90f4e8c-f654-450d-ad47-7e02ceb128cf", "IdNetwork": "6a9490d5-b5d0-4188-9a2a-88152790c1c8", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T08:00:24.8140194Z", "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-09-13T08:00:24.8140194Z", "CreatedNetworkDate": "2025-09-13T08:00:24.8140194Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T08:00:24.8140194Z", "UpdateNetworkDate": "2025-09-13T08:00:24.8140194Z", "LoyaltyIdentifications": [ { "Id": "8993e258-0854-40ca-8db9-c198145a8757", "IdCommunity": "1b845b8b-3a72-4093-9043-fae293457359", "IdCompany": "b505ebf3-dc69-4cc5-824a-7ffc15e61415", "IdFleet": "f5dc898a-4596-4438-a0fa-c6824ce527b0", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "60048667-7b49-4b94-87cb-5d8632751858", "Active": true, "PAN": "sample string 10" }, { "Id": "8993e258-0854-40ca-8db9-c198145a8757", "IdCommunity": "1b845b8b-3a72-4093-9043-fae293457359", "IdCompany": "b505ebf3-dc69-4cc5-824a-7ffc15e61415", "IdFleet": "f5dc898a-4596-4438-a0fa-c6824ce527b0", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "60048667-7b49-4b94-87cb-5d8632751858", "Active": true, "PAN": "sample string 10" } ] }, { "Id": "c90f4e8c-f654-450d-ad47-7e02ceb128cf", "IdNetwork": "6a9490d5-b5d0-4188-9a2a-88152790c1c8", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T08:00:24.8140194Z", "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-09-13T08:00:24.8140194Z", "CreatedNetworkDate": "2025-09-13T08:00:24.8140194Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T08:00:24.8140194Z", "UpdateNetworkDate": "2025-09-13T08:00:24.8140194Z", "LoyaltyIdentifications": [ { "Id": "8993e258-0854-40ca-8db9-c198145a8757", "IdCommunity": "1b845b8b-3a72-4093-9043-fae293457359", "IdCompany": "b505ebf3-dc69-4cc5-824a-7ffc15e61415", "IdFleet": "f5dc898a-4596-4438-a0fa-c6824ce527b0", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "60048667-7b49-4b94-87cb-5d8632751858", "Active": true, "PAN": "sample string 10" }, { "Id": "8993e258-0854-40ca-8db9-c198145a8757", "IdCommunity": "1b845b8b-3a72-4093-9043-fae293457359", "IdCompany": "b505ebf3-dc69-4cc5-824a-7ffc15e61415", "IdFleet": "f5dc898a-4596-4438-a0fa-c6824ce527b0", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "60048667-7b49-4b94-87cb-5d8632751858", "Active": true, "PAN": "sample string 10" } ] } ], "LoyaltyClientCards": [ { "Id": "2af1060e-49de-4f0f-8507-90d3a610ea84", "IdentificationLabel": "sample string 2", "IdentificationTrackNumber": "sample string 3", "IdentificationType": 4, "IdIdentificationModel": "7646b6d1-24c2-4cf1-900c-458c0b42019c", "Active": true, "IdentificationPAN": "sample string 7" }, { "Id": "2af1060e-49de-4f0f-8507-90d3a610ea84", "IdentificationLabel": "sample string 2", "IdentificationTrackNumber": "sample string 3", "IdentificationType": 4, "IdIdentificationModel": "7646b6d1-24c2-4cf1-900c-458c0b42019c", "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>8d16b0f5-3b38-47d8-a2f5-b37187d6a9b6</Id> <IdCommunity>be12fe8b-96e3-446e-b9f4-378577661dab</IdCommunity> <IdCompany>dcd2d0d6-76d0-4d84-9e8d-5e54c01b4ab6</IdCompany> <IdDriver>3e7b1650-3bdd-4e54-a0e4-4ce69a260f2c</IdDriver> <IdFleet>ff1338ac-5f80-4ae4-949a-c11904b0202f</IdFleet> <IdIdentity>c5b202f8-df7b-456c-a33a-a7bbd2aa6d82</IdIdentity> <IdNetwork>009c17ad-a220-4b2d-8970-5ebe8e567e96</IdNetwork> <IdVehicle>2c18c695-ef4b-4af9-9f90-695c7c478d9e</IdVehicle> <Identities> <IdentityDto> <Alias>sample string 5</Alias> <BirthDate>2025-09-13T08:00:24.8140194Z</BirthDate> <CreatedNetworkDate>2025-09-13T08:00:24.8140194Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T08:00:24.8140194Z</CreatedRealDate> <Id>c90f4e8c-f654-450d-ad47-7e02ceb128cf</Id> <IdNetwork>6a9490d5-b5d0-4188-9a2a-88152790c1c8</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>8993e258-0854-40ca-8db9-c198145a8757</d4p1:Id> <d4p1:IdCommunity>1b845b8b-3a72-4093-9043-fae293457359</d4p1:IdCommunity> <d4p1:IdCompany>b505ebf3-dc69-4cc5-824a-7ffc15e61415</d4p1:IdCompany> <d4p1:IdFleet>f5dc898a-4596-4438-a0fa-c6824ce527b0</d4p1:IdFleet> <d4p1:IdIdentificationModel>60048667-7b49-4b94-87cb-5d8632751858</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>8993e258-0854-40ca-8db9-c198145a8757</d4p1:Id> <d4p1:IdCommunity>1b845b8b-3a72-4093-9043-fae293457359</d4p1:IdCommunity> <d4p1:IdCompany>b505ebf3-dc69-4cc5-824a-7ffc15e61415</d4p1:IdCompany> <d4p1:IdFleet>f5dc898a-4596-4438-a0fa-c6824ce527b0</d4p1:IdFleet> <d4p1:IdIdentificationModel>60048667-7b49-4b94-87cb-5d8632751858</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-09-13T08:00:24.8140194Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T08:00:24.8140194Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto> <IdentityDto> <Alias>sample string 5</Alias> <BirthDate>2025-09-13T08:00:24.8140194Z</BirthDate> <CreatedNetworkDate>2025-09-13T08:00:24.8140194Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T08:00:24.8140194Z</CreatedRealDate> <Id>c90f4e8c-f654-450d-ad47-7e02ceb128cf</Id> <IdNetwork>6a9490d5-b5d0-4188-9a2a-88152790c1c8</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>8993e258-0854-40ca-8db9-c198145a8757</d4p1:Id> <d4p1:IdCommunity>1b845b8b-3a72-4093-9043-fae293457359</d4p1:IdCommunity> <d4p1:IdCompany>b505ebf3-dc69-4cc5-824a-7ffc15e61415</d4p1:IdCompany> <d4p1:IdFleet>f5dc898a-4596-4438-a0fa-c6824ce527b0</d4p1:IdFleet> <d4p1:IdIdentificationModel>60048667-7b49-4b94-87cb-5d8632751858</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>8993e258-0854-40ca-8db9-c198145a8757</d4p1:Id> <d4p1:IdCommunity>1b845b8b-3a72-4093-9043-fae293457359</d4p1:IdCommunity> <d4p1:IdCompany>b505ebf3-dc69-4cc5-824a-7ffc15e61415</d4p1:IdCompany> <d4p1:IdFleet>f5dc898a-4596-4438-a0fa-c6824ce527b0</d4p1:IdFleet> <d4p1:IdIdentificationModel>60048667-7b49-4b94-87cb-5d8632751858</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-09-13T08:00:24.8140194Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T08:00:24.8140194Z</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>2af1060e-49de-4f0f-8507-90d3a610ea84</Id> <IdIdentificationModel>7646b6d1-24c2-4cf1-900c-458c0b42019c</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>2af1060e-49de-4f0f-8507-90d3a610ea84</Id> <IdIdentificationModel>7646b6d1-24c2-4cf1-900c-458c0b42019c</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>