POST loyaltyClients
Creates a new Loyalty Account.
Request Information
URI Parameters
None.
Body Parameters
The data of the LoyaltyAccountDto.
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d9931015-41a7-4871-97fd-4aafecd15c15",
"IdCommunity": "d519f28a-d1e2-41b2-a3c4-55a3182d9a65",
"IdCompany": "27c23064-c335-4e0d-8854-8bb3f864c1f7",
"IdIdentity": "8275e729-86fc-4219-92d7-a9aac4ecb802",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "72b20aa7-12da-428e-b829-f26e90040d57",
"CommunityTarget": 9,
"IdDriver": "90724629-852f-4703-8f7a-a931f720845a",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "f3f98501-8947-484f-8e92-4b8b0ba3c802",
"IdFleet": "7e808d1b-302c-4578-9435-0d0e29862a8d",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "175145f0-c9ac-4e39-8083-0187a700b20b",
"IdNetwork": "051e5d35-b51c-4fd3-a2ab-d62b1d54edd3",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-12T01:30:01.050212Z",
"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:30:01.050212Z",
"CreatedNetworkDate": "2026-06-12T01:30:01.050212Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-12T01:30:01.050212Z",
"UpdateNetworkDate": "2026-06-12T01:30:01.050212Z",
"LoyaltyIdentifications": [
{
"Id": "0b5018b1-3e9f-4e86-adef-db06eb25171d",
"IdCommunity": "6a5b5bac-3e63-48dc-b375-f3306a0deaad",
"IdCompany": "48407ed8-0377-40d0-bd27-d8385964363e",
"IdFleet": "fc3cd020-188e-49d6-a9ed-58aed5fd016f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7264c542-e131-40e7-86a0-22605e7eec89",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "0b5018b1-3e9f-4e86-adef-db06eb25171d",
"IdCommunity": "6a5b5bac-3e63-48dc-b375-f3306a0deaad",
"IdCompany": "48407ed8-0377-40d0-bd27-d8385964363e",
"IdFleet": "fc3cd020-188e-49d6-a9ed-58aed5fd016f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7264c542-e131-40e7-86a0-22605e7eec89",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "175145f0-c9ac-4e39-8083-0187a700b20b",
"IdNetwork": "051e5d35-b51c-4fd3-a2ab-d62b1d54edd3",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-12T01:30:01.050212Z",
"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:30:01.050212Z",
"CreatedNetworkDate": "2026-06-12T01:30:01.050212Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-12T01:30:01.050212Z",
"UpdateNetworkDate": "2026-06-12T01:30:01.050212Z",
"LoyaltyIdentifications": [
{
"Id": "0b5018b1-3e9f-4e86-adef-db06eb25171d",
"IdCommunity": "6a5b5bac-3e63-48dc-b375-f3306a0deaad",
"IdCompany": "48407ed8-0377-40d0-bd27-d8385964363e",
"IdFleet": "fc3cd020-188e-49d6-a9ed-58aed5fd016f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7264c542-e131-40e7-86a0-22605e7eec89",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "0b5018b1-3e9f-4e86-adef-db06eb25171d",
"IdCommunity": "6a5b5bac-3e63-48dc-b375-f3306a0deaad",
"IdCompany": "48407ed8-0377-40d0-bd27-d8385964363e",
"IdFleet": "fc3cd020-188e-49d6-a9ed-58aed5fd016f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7264c542-e131-40e7-86a0-22605e7eec89",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "c6acddc0-3c91-4e19-a79d-d3ec28f3f3d3",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "bee5802e-191a-4160-940e-3726aa0f9774",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "c6acddc0-3c91-4e19-a79d-d3ec28f3f3d3",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "bee5802e-191a-4160-940e-3726aa0f9774",
"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>d9931015-41a7-4871-97fd-4aafecd15c15</Id>
<IdCommunity>d519f28a-d1e2-41b2-a3c4-55a3182d9a65</IdCommunity>
<IdCompany>27c23064-c335-4e0d-8854-8bb3f864c1f7</IdCompany>
<IdDriver>90724629-852f-4703-8f7a-a931f720845a</IdDriver>
<IdFleet>7e808d1b-302c-4578-9435-0d0e29862a8d</IdFleet>
<IdIdentity>8275e729-86fc-4219-92d7-a9aac4ecb802</IdIdentity>
<IdNetwork>72b20aa7-12da-428e-b829-f26e90040d57</IdNetwork>
<IdVehicle>f3f98501-8947-484f-8e92-4b8b0ba3c802</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-06-12T01:30:01.050212Z</BirthDate>
<CreatedNetworkDate>2026-06-12T01:30:01.050212Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-12T01:30:01.050212Z</CreatedRealDate>
<Id>175145f0-c9ac-4e39-8083-0187a700b20b</Id>
<IdNetwork>051e5d35-b51c-4fd3-a2ab-d62b1d54edd3</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>0b5018b1-3e9f-4e86-adef-db06eb25171d</d4p1:Id>
<d4p1:IdCommunity>6a5b5bac-3e63-48dc-b375-f3306a0deaad</d4p1:IdCommunity>
<d4p1:IdCompany>48407ed8-0377-40d0-bd27-d8385964363e</d4p1:IdCompany>
<d4p1:IdFleet>fc3cd020-188e-49d6-a9ed-58aed5fd016f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7264c542-e131-40e7-86a0-22605e7eec89</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>0b5018b1-3e9f-4e86-adef-db06eb25171d</d4p1:Id>
<d4p1:IdCommunity>6a5b5bac-3e63-48dc-b375-f3306a0deaad</d4p1:IdCommunity>
<d4p1:IdCompany>48407ed8-0377-40d0-bd27-d8385964363e</d4p1:IdCompany>
<d4p1:IdFleet>fc3cd020-188e-49d6-a9ed-58aed5fd016f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7264c542-e131-40e7-86a0-22605e7eec89</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:30:01.050212Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-12T01:30:01.050212Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-06-12T01:30:01.050212Z</BirthDate>
<CreatedNetworkDate>2026-06-12T01:30:01.050212Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-12T01:30:01.050212Z</CreatedRealDate>
<Id>175145f0-c9ac-4e39-8083-0187a700b20b</Id>
<IdNetwork>051e5d35-b51c-4fd3-a2ab-d62b1d54edd3</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>0b5018b1-3e9f-4e86-adef-db06eb25171d</d4p1:Id>
<d4p1:IdCommunity>6a5b5bac-3e63-48dc-b375-f3306a0deaad</d4p1:IdCommunity>
<d4p1:IdCompany>48407ed8-0377-40d0-bd27-d8385964363e</d4p1:IdCompany>
<d4p1:IdFleet>fc3cd020-188e-49d6-a9ed-58aed5fd016f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7264c542-e131-40e7-86a0-22605e7eec89</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>0b5018b1-3e9f-4e86-adef-db06eb25171d</d4p1:Id>
<d4p1:IdCommunity>6a5b5bac-3e63-48dc-b375-f3306a0deaad</d4p1:IdCommunity>
<d4p1:IdCompany>48407ed8-0377-40d0-bd27-d8385964363e</d4p1:IdCompany>
<d4p1:IdFleet>fc3cd020-188e-49d6-a9ed-58aed5fd016f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7264c542-e131-40e7-86a0-22605e7eec89</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:30:01.050212Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-12T01:30:01.050212Z</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>c6acddc0-3c91-4e19-a79d-d3ec28f3f3d3</Id>
<IdIdentificationModel>bee5802e-191a-4160-940e-3726aa0f9774</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>c6acddc0-3c91-4e19-a79d-d3ec28f3f3d3</Id>
<IdIdentificationModel>bee5802e-191a-4160-940e-3726aa0f9774</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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the zone as IdentityDto and the link to de Loyalty Account.
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": "9de678fa-855a-4bc4-95f2-fc247bca444d",
"IdCommunity": "260261ea-e6a1-4ecf-8c86-56c0fea7ecc3",
"IdCompany": "c21b9bcc-c0be-4695-b30a-1930d4ad6497",
"IdIdentity": "9009ff50-277f-486b-a7a3-6647dea47797",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "0469baca-1f8d-4764-bcd0-606871bdc025",
"CommunityTarget": 9,
"IdDriver": "6c488203-7af9-480a-abd1-d4cc0a491b65",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "858d3eef-4940-4bf8-8d3f-1b2e56fa067d",
"IdFleet": "f1b7e730-e3e0-4750-9540-405fe65a90c0",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "79b390da-ffa3-41cc-ba62-65e88ecf5220",
"IdNetwork": "aa66953f-1016-4034-b27f-5dae385e53e1",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-12T01:30:01.081394Z",
"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:30:01.081394Z",
"CreatedNetworkDate": "2026-06-12T01:30:01.081394Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-12T01:30:01.081394Z",
"UpdateNetworkDate": "2026-06-12T01:30:01.081394Z",
"LoyaltyIdentifications": [
{
"Id": "86b7e7a3-8653-4fa7-9b1c-04295e7da2d0",
"IdCommunity": "b0b16002-6d93-4451-bf7b-b52adc50fd7d",
"IdCompany": "b5487f93-109c-406b-b3fe-f13e58157bd3",
"IdFleet": "60beae10-d1f7-4cd0-a88f-663a0c72d174",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d86fd26a-be3d-4cf0-9176-be8a2e76908a",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "86b7e7a3-8653-4fa7-9b1c-04295e7da2d0",
"IdCommunity": "b0b16002-6d93-4451-bf7b-b52adc50fd7d",
"IdCompany": "b5487f93-109c-406b-b3fe-f13e58157bd3",
"IdFleet": "60beae10-d1f7-4cd0-a88f-663a0c72d174",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d86fd26a-be3d-4cf0-9176-be8a2e76908a",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "79b390da-ffa3-41cc-ba62-65e88ecf5220",
"IdNetwork": "aa66953f-1016-4034-b27f-5dae385e53e1",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-12T01:30:01.081394Z",
"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:30:01.081394Z",
"CreatedNetworkDate": "2026-06-12T01:30:01.081394Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-12T01:30:01.081394Z",
"UpdateNetworkDate": "2026-06-12T01:30:01.081394Z",
"LoyaltyIdentifications": [
{
"Id": "86b7e7a3-8653-4fa7-9b1c-04295e7da2d0",
"IdCommunity": "b0b16002-6d93-4451-bf7b-b52adc50fd7d",
"IdCompany": "b5487f93-109c-406b-b3fe-f13e58157bd3",
"IdFleet": "60beae10-d1f7-4cd0-a88f-663a0c72d174",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d86fd26a-be3d-4cf0-9176-be8a2e76908a",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "86b7e7a3-8653-4fa7-9b1c-04295e7da2d0",
"IdCommunity": "b0b16002-6d93-4451-bf7b-b52adc50fd7d",
"IdCompany": "b5487f93-109c-406b-b3fe-f13e58157bd3",
"IdFleet": "60beae10-d1f7-4cd0-a88f-663a0c72d174",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d86fd26a-be3d-4cf0-9176-be8a2e76908a",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "6e951055-071a-4a5d-a8cc-1c8aba89a5e6",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "fb5d4d2f-50ae-49ee-b0f2-5d14aa1b0a7f",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "6e951055-071a-4a5d-a8cc-1c8aba89a5e6",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "fb5d4d2f-50ae-49ee-b0f2-5d14aa1b0a7f",
"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>9de678fa-855a-4bc4-95f2-fc247bca444d</Id>
<IdCommunity>260261ea-e6a1-4ecf-8c86-56c0fea7ecc3</IdCommunity>
<IdCompany>c21b9bcc-c0be-4695-b30a-1930d4ad6497</IdCompany>
<IdDriver>6c488203-7af9-480a-abd1-d4cc0a491b65</IdDriver>
<IdFleet>f1b7e730-e3e0-4750-9540-405fe65a90c0</IdFleet>
<IdIdentity>9009ff50-277f-486b-a7a3-6647dea47797</IdIdentity>
<IdNetwork>0469baca-1f8d-4764-bcd0-606871bdc025</IdNetwork>
<IdVehicle>858d3eef-4940-4bf8-8d3f-1b2e56fa067d</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-06-12T01:30:01.081394Z</BirthDate>
<CreatedNetworkDate>2026-06-12T01:30:01.081394Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-12T01:30:01.081394Z</CreatedRealDate>
<Id>79b390da-ffa3-41cc-ba62-65e88ecf5220</Id>
<IdNetwork>aa66953f-1016-4034-b27f-5dae385e53e1</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>86b7e7a3-8653-4fa7-9b1c-04295e7da2d0</d4p1:Id>
<d4p1:IdCommunity>b0b16002-6d93-4451-bf7b-b52adc50fd7d</d4p1:IdCommunity>
<d4p1:IdCompany>b5487f93-109c-406b-b3fe-f13e58157bd3</d4p1:IdCompany>
<d4p1:IdFleet>60beae10-d1f7-4cd0-a88f-663a0c72d174</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d86fd26a-be3d-4cf0-9176-be8a2e76908a</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>86b7e7a3-8653-4fa7-9b1c-04295e7da2d0</d4p1:Id>
<d4p1:IdCommunity>b0b16002-6d93-4451-bf7b-b52adc50fd7d</d4p1:IdCommunity>
<d4p1:IdCompany>b5487f93-109c-406b-b3fe-f13e58157bd3</d4p1:IdCompany>
<d4p1:IdFleet>60beae10-d1f7-4cd0-a88f-663a0c72d174</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d86fd26a-be3d-4cf0-9176-be8a2e76908a</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:30:01.081394Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-12T01:30:01.081394Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-06-12T01:30:01.081394Z</BirthDate>
<CreatedNetworkDate>2026-06-12T01:30:01.081394Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-12T01:30:01.081394Z</CreatedRealDate>
<Id>79b390da-ffa3-41cc-ba62-65e88ecf5220</Id>
<IdNetwork>aa66953f-1016-4034-b27f-5dae385e53e1</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>86b7e7a3-8653-4fa7-9b1c-04295e7da2d0</d4p1:Id>
<d4p1:IdCommunity>b0b16002-6d93-4451-bf7b-b52adc50fd7d</d4p1:IdCommunity>
<d4p1:IdCompany>b5487f93-109c-406b-b3fe-f13e58157bd3</d4p1:IdCompany>
<d4p1:IdFleet>60beae10-d1f7-4cd0-a88f-663a0c72d174</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d86fd26a-be3d-4cf0-9176-be8a2e76908a</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>86b7e7a3-8653-4fa7-9b1c-04295e7da2d0</d4p1:Id>
<d4p1:IdCommunity>b0b16002-6d93-4451-bf7b-b52adc50fd7d</d4p1:IdCommunity>
<d4p1:IdCompany>b5487f93-109c-406b-b3fe-f13e58157bd3</d4p1:IdCompany>
<d4p1:IdFleet>60beae10-d1f7-4cd0-a88f-663a0c72d174</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d86fd26a-be3d-4cf0-9176-be8a2e76908a</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:30:01.081394Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-12T01:30:01.081394Z</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>6e951055-071a-4a5d-a8cc-1c8aba89a5e6</Id>
<IdIdentificationModel>fb5d4d2f-50ae-49ee-b0f2-5d14aa1b0a7f</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>6e951055-071a-4a5d-a8cc-1c8aba89a5e6</Id>
<IdIdentificationModel>fb5d4d2f-50ae-49ee-b0f2-5d14aa1b0a7f</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>