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": "8dba83c2-2231-426a-b7d3-5d8f32df90f8",
"IdCommunity": "93be353d-b0a1-44cf-90ad-e252a2b02cdc",
"IdCompany": "f8f7cbd0-c606-4f24-a9f4-7e5daaf34ba9",
"IdIdentity": "a892d9d3-c45d-450d-a0f3-a92b72c1db42",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "91118871-5728-43b6-9bf2-55d31618fe4b",
"CommunityTarget": 9,
"IdDriver": "46ae44d4-95da-4039-8be1-8ac7f20115fc",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "7fc8159c-c4e3-4e2d-a62b-b403f42465c2",
"IdFleet": "8f47e025-e76a-471a-9d6a-dac05e02c069",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "230ccf47-ba66-454d-8b7a-69a97b574b4f",
"IdNetwork": "22291ea7-b550-4c84-9fe9-939bb5b37b65",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-07-27T07:18:45.7847778Z",
"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-07-27T07:18:45.7847778Z",
"CreatedNetworkDate": "2026-07-27T07:18:45.7847778Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-07-27T07:18:45.7847778Z",
"UpdateNetworkDate": "2026-07-27T07:18:45.7847778Z",
"LoyaltyIdentifications": [
{
"Id": "a65ee59b-2cec-485f-9590-81fb3c1e5469",
"IdCommunity": "fde06dca-55e5-4370-b0b9-52c49755bbd5",
"IdCompany": "9f82b097-2cd9-4e89-92bf-0cd87bac28f6",
"IdFleet": "25960a9d-5471-451a-a15c-6aae0ab9f48c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "669cb0aa-d044-4bab-9fc9-bea62fa2ddbb",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a65ee59b-2cec-485f-9590-81fb3c1e5469",
"IdCommunity": "fde06dca-55e5-4370-b0b9-52c49755bbd5",
"IdCompany": "9f82b097-2cd9-4e89-92bf-0cd87bac28f6",
"IdFleet": "25960a9d-5471-451a-a15c-6aae0ab9f48c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "669cb0aa-d044-4bab-9fc9-bea62fa2ddbb",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "230ccf47-ba66-454d-8b7a-69a97b574b4f",
"IdNetwork": "22291ea7-b550-4c84-9fe9-939bb5b37b65",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-07-27T07:18:45.7847778Z",
"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-07-27T07:18:45.7847778Z",
"CreatedNetworkDate": "2026-07-27T07:18:45.7847778Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-07-27T07:18:45.7847778Z",
"UpdateNetworkDate": "2026-07-27T07:18:45.7847778Z",
"LoyaltyIdentifications": [
{
"Id": "a65ee59b-2cec-485f-9590-81fb3c1e5469",
"IdCommunity": "fde06dca-55e5-4370-b0b9-52c49755bbd5",
"IdCompany": "9f82b097-2cd9-4e89-92bf-0cd87bac28f6",
"IdFleet": "25960a9d-5471-451a-a15c-6aae0ab9f48c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "669cb0aa-d044-4bab-9fc9-bea62fa2ddbb",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a65ee59b-2cec-485f-9590-81fb3c1e5469",
"IdCommunity": "fde06dca-55e5-4370-b0b9-52c49755bbd5",
"IdCompany": "9f82b097-2cd9-4e89-92bf-0cd87bac28f6",
"IdFleet": "25960a9d-5471-451a-a15c-6aae0ab9f48c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "669cb0aa-d044-4bab-9fc9-bea62fa2ddbb",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "016f4321-c753-43b9-8963-a9285aafe9e5",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "47837e9a-1e4d-4cbc-853c-fa0344aa2cea",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "016f4321-c753-43b9-8963-a9285aafe9e5",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "47837e9a-1e4d-4cbc-853c-fa0344aa2cea",
"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>8dba83c2-2231-426a-b7d3-5d8f32df90f8</Id>
<IdCommunity>93be353d-b0a1-44cf-90ad-e252a2b02cdc</IdCommunity>
<IdCompany>f8f7cbd0-c606-4f24-a9f4-7e5daaf34ba9</IdCompany>
<IdDriver>46ae44d4-95da-4039-8be1-8ac7f20115fc</IdDriver>
<IdFleet>8f47e025-e76a-471a-9d6a-dac05e02c069</IdFleet>
<IdIdentity>a892d9d3-c45d-450d-a0f3-a92b72c1db42</IdIdentity>
<IdNetwork>91118871-5728-43b6-9bf2-55d31618fe4b</IdNetwork>
<IdVehicle>7fc8159c-c4e3-4e2d-a62b-b403f42465c2</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-07-27T07:18:45.7847778Z</BirthDate>
<CreatedNetworkDate>2026-07-27T07:18:45.7847778Z</CreatedNetworkDate>
<CreatedRealDate>2026-07-27T07:18:45.7847778Z</CreatedRealDate>
<Id>230ccf47-ba66-454d-8b7a-69a97b574b4f</Id>
<IdNetwork>22291ea7-b550-4c84-9fe9-939bb5b37b65</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>a65ee59b-2cec-485f-9590-81fb3c1e5469</d4p1:Id>
<d4p1:IdCommunity>fde06dca-55e5-4370-b0b9-52c49755bbd5</d4p1:IdCommunity>
<d4p1:IdCompany>9f82b097-2cd9-4e89-92bf-0cd87bac28f6</d4p1:IdCompany>
<d4p1:IdFleet>25960a9d-5471-451a-a15c-6aae0ab9f48c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>669cb0aa-d044-4bab-9fc9-bea62fa2ddbb</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>a65ee59b-2cec-485f-9590-81fb3c1e5469</d4p1:Id>
<d4p1:IdCommunity>fde06dca-55e5-4370-b0b9-52c49755bbd5</d4p1:IdCommunity>
<d4p1:IdCompany>9f82b097-2cd9-4e89-92bf-0cd87bac28f6</d4p1:IdCompany>
<d4p1:IdFleet>25960a9d-5471-451a-a15c-6aae0ab9f48c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>669cb0aa-d044-4bab-9fc9-bea62fa2ddbb</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-07-27T07:18:45.7847778Z</UpdateNetworkDate>
<UpdateRealDate>2026-07-27T07:18:45.7847778Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-07-27T07:18:45.7847778Z</BirthDate>
<CreatedNetworkDate>2026-07-27T07:18:45.7847778Z</CreatedNetworkDate>
<CreatedRealDate>2026-07-27T07:18:45.7847778Z</CreatedRealDate>
<Id>230ccf47-ba66-454d-8b7a-69a97b574b4f</Id>
<IdNetwork>22291ea7-b550-4c84-9fe9-939bb5b37b65</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>a65ee59b-2cec-485f-9590-81fb3c1e5469</d4p1:Id>
<d4p1:IdCommunity>fde06dca-55e5-4370-b0b9-52c49755bbd5</d4p1:IdCommunity>
<d4p1:IdCompany>9f82b097-2cd9-4e89-92bf-0cd87bac28f6</d4p1:IdCompany>
<d4p1:IdFleet>25960a9d-5471-451a-a15c-6aae0ab9f48c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>669cb0aa-d044-4bab-9fc9-bea62fa2ddbb</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>a65ee59b-2cec-485f-9590-81fb3c1e5469</d4p1:Id>
<d4p1:IdCommunity>fde06dca-55e5-4370-b0b9-52c49755bbd5</d4p1:IdCommunity>
<d4p1:IdCompany>9f82b097-2cd9-4e89-92bf-0cd87bac28f6</d4p1:IdCompany>
<d4p1:IdFleet>25960a9d-5471-451a-a15c-6aae0ab9f48c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>669cb0aa-d044-4bab-9fc9-bea62fa2ddbb</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-07-27T07:18:45.7847778Z</UpdateNetworkDate>
<UpdateRealDate>2026-07-27T07:18:45.7847778Z</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>016f4321-c753-43b9-8963-a9285aafe9e5</Id>
<IdIdentificationModel>47837e9a-1e4d-4cbc-853c-fa0344aa2cea</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>016f4321-c753-43b9-8963-a9285aafe9e5</Id>
<IdIdentificationModel>47837e9a-1e4d-4cbc-853c-fa0344aa2cea</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": "8f89b908-f34a-4324-9679-d31ac2ad2154",
"IdCommunity": "4a1c0745-1467-4b22-b587-bc2e7062d4f9",
"IdCompany": "86a50d19-a2c9-4f26-a36e-eac681457d68",
"IdIdentity": "80914b7b-85f8-4992-bd81-b1eb61588c7b",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "749ac7e5-01fe-4e72-8596-31dad2de2af4",
"CommunityTarget": 9,
"IdDriver": "e86ddbb4-a4d5-40f6-b3d7-489488af1a33",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "fc624efd-7884-44ee-8173-8bceba91c0c4",
"IdFleet": "2ba8ba7b-3582-42e1-861d-ce404440b170",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "6a14e604-8f9a-4c72-b0a9-5d3b9055ad9a",
"IdNetwork": "78e3baa4-93a1-4a0c-b13b-409faeaa79ae",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-07-27T07:18:45.7847778Z",
"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-07-27T07:18:45.7847778Z",
"CreatedNetworkDate": "2026-07-27T07:18:45.7847778Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-07-27T07:18:45.7847778Z",
"UpdateNetworkDate": "2026-07-27T07:18:45.7847778Z",
"LoyaltyIdentifications": [
{
"Id": "451b259b-aa95-4522-9462-759750fdc946",
"IdCommunity": "32eb91e3-db49-4aec-afd0-3be73ae9d1b9",
"IdCompany": "c903f1f5-fa73-45e4-bce6-309beb2ce8ba",
"IdFleet": "cc90f241-cac1-48e3-a41a-59f662096b0b",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7c4ecc97-6c9c-451a-b538-9763da4ce278",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "451b259b-aa95-4522-9462-759750fdc946",
"IdCommunity": "32eb91e3-db49-4aec-afd0-3be73ae9d1b9",
"IdCompany": "c903f1f5-fa73-45e4-bce6-309beb2ce8ba",
"IdFleet": "cc90f241-cac1-48e3-a41a-59f662096b0b",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7c4ecc97-6c9c-451a-b538-9763da4ce278",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "6a14e604-8f9a-4c72-b0a9-5d3b9055ad9a",
"IdNetwork": "78e3baa4-93a1-4a0c-b13b-409faeaa79ae",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-07-27T07:18:45.7847778Z",
"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-07-27T07:18:45.7847778Z",
"CreatedNetworkDate": "2026-07-27T07:18:45.7847778Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-07-27T07:18:45.7847778Z",
"UpdateNetworkDate": "2026-07-27T07:18:45.7847778Z",
"LoyaltyIdentifications": [
{
"Id": "451b259b-aa95-4522-9462-759750fdc946",
"IdCommunity": "32eb91e3-db49-4aec-afd0-3be73ae9d1b9",
"IdCompany": "c903f1f5-fa73-45e4-bce6-309beb2ce8ba",
"IdFleet": "cc90f241-cac1-48e3-a41a-59f662096b0b",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7c4ecc97-6c9c-451a-b538-9763da4ce278",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "451b259b-aa95-4522-9462-759750fdc946",
"IdCommunity": "32eb91e3-db49-4aec-afd0-3be73ae9d1b9",
"IdCompany": "c903f1f5-fa73-45e4-bce6-309beb2ce8ba",
"IdFleet": "cc90f241-cac1-48e3-a41a-59f662096b0b",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7c4ecc97-6c9c-451a-b538-9763da4ce278",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "3b276bea-afe4-4210-ab02-9998ba60647c",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "4cc60d6a-a3d7-4a11-ba4c-ea979da889a0",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "3b276bea-afe4-4210-ab02-9998ba60647c",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "4cc60d6a-a3d7-4a11-ba4c-ea979da889a0",
"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>8f89b908-f34a-4324-9679-d31ac2ad2154</Id>
<IdCommunity>4a1c0745-1467-4b22-b587-bc2e7062d4f9</IdCommunity>
<IdCompany>86a50d19-a2c9-4f26-a36e-eac681457d68</IdCompany>
<IdDriver>e86ddbb4-a4d5-40f6-b3d7-489488af1a33</IdDriver>
<IdFleet>2ba8ba7b-3582-42e1-861d-ce404440b170</IdFleet>
<IdIdentity>80914b7b-85f8-4992-bd81-b1eb61588c7b</IdIdentity>
<IdNetwork>749ac7e5-01fe-4e72-8596-31dad2de2af4</IdNetwork>
<IdVehicle>fc624efd-7884-44ee-8173-8bceba91c0c4</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-07-27T07:18:45.7847778Z</BirthDate>
<CreatedNetworkDate>2026-07-27T07:18:45.7847778Z</CreatedNetworkDate>
<CreatedRealDate>2026-07-27T07:18:45.7847778Z</CreatedRealDate>
<Id>6a14e604-8f9a-4c72-b0a9-5d3b9055ad9a</Id>
<IdNetwork>78e3baa4-93a1-4a0c-b13b-409faeaa79ae</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>451b259b-aa95-4522-9462-759750fdc946</d4p1:Id>
<d4p1:IdCommunity>32eb91e3-db49-4aec-afd0-3be73ae9d1b9</d4p1:IdCommunity>
<d4p1:IdCompany>c903f1f5-fa73-45e4-bce6-309beb2ce8ba</d4p1:IdCompany>
<d4p1:IdFleet>cc90f241-cac1-48e3-a41a-59f662096b0b</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7c4ecc97-6c9c-451a-b538-9763da4ce278</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>451b259b-aa95-4522-9462-759750fdc946</d4p1:Id>
<d4p1:IdCommunity>32eb91e3-db49-4aec-afd0-3be73ae9d1b9</d4p1:IdCommunity>
<d4p1:IdCompany>c903f1f5-fa73-45e4-bce6-309beb2ce8ba</d4p1:IdCompany>
<d4p1:IdFleet>cc90f241-cac1-48e3-a41a-59f662096b0b</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7c4ecc97-6c9c-451a-b538-9763da4ce278</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-07-27T07:18:45.7847778Z</UpdateNetworkDate>
<UpdateRealDate>2026-07-27T07:18:45.7847778Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-07-27T07:18:45.7847778Z</BirthDate>
<CreatedNetworkDate>2026-07-27T07:18:45.7847778Z</CreatedNetworkDate>
<CreatedRealDate>2026-07-27T07:18:45.7847778Z</CreatedRealDate>
<Id>6a14e604-8f9a-4c72-b0a9-5d3b9055ad9a</Id>
<IdNetwork>78e3baa4-93a1-4a0c-b13b-409faeaa79ae</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>451b259b-aa95-4522-9462-759750fdc946</d4p1:Id>
<d4p1:IdCommunity>32eb91e3-db49-4aec-afd0-3be73ae9d1b9</d4p1:IdCommunity>
<d4p1:IdCompany>c903f1f5-fa73-45e4-bce6-309beb2ce8ba</d4p1:IdCompany>
<d4p1:IdFleet>cc90f241-cac1-48e3-a41a-59f662096b0b</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7c4ecc97-6c9c-451a-b538-9763da4ce278</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>451b259b-aa95-4522-9462-759750fdc946</d4p1:Id>
<d4p1:IdCommunity>32eb91e3-db49-4aec-afd0-3be73ae9d1b9</d4p1:IdCommunity>
<d4p1:IdCompany>c903f1f5-fa73-45e4-bce6-309beb2ce8ba</d4p1:IdCompany>
<d4p1:IdFleet>cc90f241-cac1-48e3-a41a-59f662096b0b</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7c4ecc97-6c9c-451a-b538-9763da4ce278</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-07-27T07:18:45.7847778Z</UpdateNetworkDate>
<UpdateRealDate>2026-07-27T07:18:45.7847778Z</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>3b276bea-afe4-4210-ab02-9998ba60647c</Id>
<IdIdentificationModel>4cc60d6a-a3d7-4a11-ba4c-ea979da889a0</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>3b276bea-afe4-4210-ab02-9998ba60647c</Id>
<IdIdentificationModel>4cc60d6a-a3d7-4a11-ba4c-ea979da889a0</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>