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": "571f8856-138f-4641-8af2-85dd020ce27d",
"IdCommunity": "4096e77e-a5e3-4ab4-b81a-cdc137af6623",
"IdCompany": "8aaba5bd-63ea-466f-894a-f0e4b67a2bae",
"IdIdentity": "957df79c-8bb5-42a9-bf9b-2a518feb5e85",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "d13fb0be-f1d6-43a2-9835-1766d66f6bd3",
"CommunityTarget": 9,
"IdDriver": "8bbb0ccf-2129-44b8-a9b9-f306e8d7621f",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "755e8e99-3a6e-4bea-9c6b-f3622172f866",
"IdFleet": "431b9189-1ec4-4ad6-aa6c-486e1903c827",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "88afb8ca-d6bf-42ac-9cc4-6fc8f1a31d09",
"IdNetwork": "789a1cc0-d08b-4ddd-a184-a95ca41897b6",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-09-10T10:28:46.8335408Z",
"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-09-10T10:28:46.8335408Z",
"CreatedNetworkDate": "2026-09-10T10:28:46.8335408Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-09-10T10:28:46.8335408Z",
"UpdateNetworkDate": "2026-09-10T10:28:46.8335408Z",
"LoyaltyIdentifications": [
{
"Id": "c37d9112-b747-4c7f-8de6-f320335c7be9",
"IdCommunity": "dbd85a3e-4bc9-4257-82b3-c09b4856e66c",
"IdCompany": "261e998b-b0b1-41fb-a949-1bada13d291b",
"IdFleet": "21c98a0d-2954-4fd5-aa0c-5ae3cc21967f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d9f36e65-e832-451e-8408-452cd7711dce",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "c37d9112-b747-4c7f-8de6-f320335c7be9",
"IdCommunity": "dbd85a3e-4bc9-4257-82b3-c09b4856e66c",
"IdCompany": "261e998b-b0b1-41fb-a949-1bada13d291b",
"IdFleet": "21c98a0d-2954-4fd5-aa0c-5ae3cc21967f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d9f36e65-e832-451e-8408-452cd7711dce",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "88afb8ca-d6bf-42ac-9cc4-6fc8f1a31d09",
"IdNetwork": "789a1cc0-d08b-4ddd-a184-a95ca41897b6",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-09-10T10:28:46.8335408Z",
"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-09-10T10:28:46.8335408Z",
"CreatedNetworkDate": "2026-09-10T10:28:46.8335408Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-09-10T10:28:46.8335408Z",
"UpdateNetworkDate": "2026-09-10T10:28:46.8335408Z",
"LoyaltyIdentifications": [
{
"Id": "c37d9112-b747-4c7f-8de6-f320335c7be9",
"IdCommunity": "dbd85a3e-4bc9-4257-82b3-c09b4856e66c",
"IdCompany": "261e998b-b0b1-41fb-a949-1bada13d291b",
"IdFleet": "21c98a0d-2954-4fd5-aa0c-5ae3cc21967f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d9f36e65-e832-451e-8408-452cd7711dce",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "c37d9112-b747-4c7f-8de6-f320335c7be9",
"IdCommunity": "dbd85a3e-4bc9-4257-82b3-c09b4856e66c",
"IdCompany": "261e998b-b0b1-41fb-a949-1bada13d291b",
"IdFleet": "21c98a0d-2954-4fd5-aa0c-5ae3cc21967f",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "d9f36e65-e832-451e-8408-452cd7711dce",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "886e6148-bf15-4975-8ef7-1fd593f63b3d",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "54a82395-1df5-476e-9cf9-f67ad739d360",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "886e6148-bf15-4975-8ef7-1fd593f63b3d",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "54a82395-1df5-476e-9cf9-f67ad739d360",
"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>571f8856-138f-4641-8af2-85dd020ce27d</Id>
<IdCommunity>4096e77e-a5e3-4ab4-b81a-cdc137af6623</IdCommunity>
<IdCompany>8aaba5bd-63ea-466f-894a-f0e4b67a2bae</IdCompany>
<IdDriver>8bbb0ccf-2129-44b8-a9b9-f306e8d7621f</IdDriver>
<IdFleet>431b9189-1ec4-4ad6-aa6c-486e1903c827</IdFleet>
<IdIdentity>957df79c-8bb5-42a9-bf9b-2a518feb5e85</IdIdentity>
<IdNetwork>d13fb0be-f1d6-43a2-9835-1766d66f6bd3</IdNetwork>
<IdVehicle>755e8e99-3a6e-4bea-9c6b-f3622172f866</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-09-10T10:28:46.8335408Z</BirthDate>
<CreatedNetworkDate>2026-09-10T10:28:46.8335408Z</CreatedNetworkDate>
<CreatedRealDate>2026-09-10T10:28:46.8335408Z</CreatedRealDate>
<Id>88afb8ca-d6bf-42ac-9cc4-6fc8f1a31d09</Id>
<IdNetwork>789a1cc0-d08b-4ddd-a184-a95ca41897b6</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>c37d9112-b747-4c7f-8de6-f320335c7be9</d4p1:Id>
<d4p1:IdCommunity>dbd85a3e-4bc9-4257-82b3-c09b4856e66c</d4p1:IdCommunity>
<d4p1:IdCompany>261e998b-b0b1-41fb-a949-1bada13d291b</d4p1:IdCompany>
<d4p1:IdFleet>21c98a0d-2954-4fd5-aa0c-5ae3cc21967f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d9f36e65-e832-451e-8408-452cd7711dce</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>c37d9112-b747-4c7f-8de6-f320335c7be9</d4p1:Id>
<d4p1:IdCommunity>dbd85a3e-4bc9-4257-82b3-c09b4856e66c</d4p1:IdCommunity>
<d4p1:IdCompany>261e998b-b0b1-41fb-a949-1bada13d291b</d4p1:IdCompany>
<d4p1:IdFleet>21c98a0d-2954-4fd5-aa0c-5ae3cc21967f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d9f36e65-e832-451e-8408-452cd7711dce</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-09-10T10:28:46.8335408Z</UpdateNetworkDate>
<UpdateRealDate>2026-09-10T10:28:46.8335408Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-09-10T10:28:46.8335408Z</BirthDate>
<CreatedNetworkDate>2026-09-10T10:28:46.8335408Z</CreatedNetworkDate>
<CreatedRealDate>2026-09-10T10:28:46.8335408Z</CreatedRealDate>
<Id>88afb8ca-d6bf-42ac-9cc4-6fc8f1a31d09</Id>
<IdNetwork>789a1cc0-d08b-4ddd-a184-a95ca41897b6</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>c37d9112-b747-4c7f-8de6-f320335c7be9</d4p1:Id>
<d4p1:IdCommunity>dbd85a3e-4bc9-4257-82b3-c09b4856e66c</d4p1:IdCommunity>
<d4p1:IdCompany>261e998b-b0b1-41fb-a949-1bada13d291b</d4p1:IdCompany>
<d4p1:IdFleet>21c98a0d-2954-4fd5-aa0c-5ae3cc21967f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d9f36e65-e832-451e-8408-452cd7711dce</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>c37d9112-b747-4c7f-8de6-f320335c7be9</d4p1:Id>
<d4p1:IdCommunity>dbd85a3e-4bc9-4257-82b3-c09b4856e66c</d4p1:IdCommunity>
<d4p1:IdCompany>261e998b-b0b1-41fb-a949-1bada13d291b</d4p1:IdCompany>
<d4p1:IdFleet>21c98a0d-2954-4fd5-aa0c-5ae3cc21967f</d4p1:IdFleet>
<d4p1:IdIdentificationModel>d9f36e65-e832-451e-8408-452cd7711dce</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-09-10T10:28:46.8335408Z</UpdateNetworkDate>
<UpdateRealDate>2026-09-10T10:28:46.8335408Z</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>886e6148-bf15-4975-8ef7-1fd593f63b3d</Id>
<IdIdentificationModel>54a82395-1df5-476e-9cf9-f67ad739d360</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>886e6148-bf15-4975-8ef7-1fd593f63b3d</Id>
<IdIdentificationModel>54a82395-1df5-476e-9cf9-f67ad739d360</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": "8fe0f0de-c9a1-4995-8089-095ef72cde1b",
"IdCommunity": "0e915a70-5443-4fd4-a3d0-0b3c3fa4ec91",
"IdCompany": "617fc357-1827-4777-bd17-50687a0491d7",
"IdIdentity": "41775f89-7860-4210-83b9-a525581c05b0",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "c4c3e68e-5d38-4b9e-8073-2fdc647c38be",
"CommunityTarget": 9,
"IdDriver": "d58ee3d4-8c9e-4b51-96e2-9ff48d5b9f77",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "6a9de80b-677b-488c-a90a-b0a6019cfc52",
"IdFleet": "d266bc2f-1343-4c33-ba28-7c7c2bc6fc73",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "c88ee7b1-b0d0-4879-b1ae-999b3de637a8",
"IdNetwork": "6530669d-e661-4442-be6c-41d03ddf0610",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-09-10T10:28:46.8647672Z",
"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-09-10T10:28:46.8647672Z",
"CreatedNetworkDate": "2026-09-10T10:28:46.8647672Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-09-10T10:28:46.8647672Z",
"UpdateNetworkDate": "2026-09-10T10:28:46.8647672Z",
"LoyaltyIdentifications": [
{
"Id": "a32a6c3f-ecb7-4b1d-8676-0b4b40577131",
"IdCommunity": "ce789d1f-90ec-4100-b526-fef7e6d5df4a",
"IdCompany": "b59adfad-7cad-4adb-ad41-95d73442029a",
"IdFleet": "011de8cb-62a3-42e7-b3ec-2f95f117263d",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "bc4201f1-c067-4b1a-b925-5be56a7dc164",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a32a6c3f-ecb7-4b1d-8676-0b4b40577131",
"IdCommunity": "ce789d1f-90ec-4100-b526-fef7e6d5df4a",
"IdCompany": "b59adfad-7cad-4adb-ad41-95d73442029a",
"IdFleet": "011de8cb-62a3-42e7-b3ec-2f95f117263d",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "bc4201f1-c067-4b1a-b925-5be56a7dc164",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "c88ee7b1-b0d0-4879-b1ae-999b3de637a8",
"IdNetwork": "6530669d-e661-4442-be6c-41d03ddf0610",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-09-10T10:28:46.8647672Z",
"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-09-10T10:28:46.8647672Z",
"CreatedNetworkDate": "2026-09-10T10:28:46.8647672Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-09-10T10:28:46.8647672Z",
"UpdateNetworkDate": "2026-09-10T10:28:46.8647672Z",
"LoyaltyIdentifications": [
{
"Id": "a32a6c3f-ecb7-4b1d-8676-0b4b40577131",
"IdCommunity": "ce789d1f-90ec-4100-b526-fef7e6d5df4a",
"IdCompany": "b59adfad-7cad-4adb-ad41-95d73442029a",
"IdFleet": "011de8cb-62a3-42e7-b3ec-2f95f117263d",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "bc4201f1-c067-4b1a-b925-5be56a7dc164",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a32a6c3f-ecb7-4b1d-8676-0b4b40577131",
"IdCommunity": "ce789d1f-90ec-4100-b526-fef7e6d5df4a",
"IdCompany": "b59adfad-7cad-4adb-ad41-95d73442029a",
"IdFleet": "011de8cb-62a3-42e7-b3ec-2f95f117263d",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "bc4201f1-c067-4b1a-b925-5be56a7dc164",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "4d58596f-22cb-47a2-ab6f-5916d2d3195a",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "909183dc-5dec-4912-94b4-b78f990e5a8e",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "4d58596f-22cb-47a2-ab6f-5916d2d3195a",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "909183dc-5dec-4912-94b4-b78f990e5a8e",
"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>8fe0f0de-c9a1-4995-8089-095ef72cde1b</Id>
<IdCommunity>0e915a70-5443-4fd4-a3d0-0b3c3fa4ec91</IdCommunity>
<IdCompany>617fc357-1827-4777-bd17-50687a0491d7</IdCompany>
<IdDriver>d58ee3d4-8c9e-4b51-96e2-9ff48d5b9f77</IdDriver>
<IdFleet>d266bc2f-1343-4c33-ba28-7c7c2bc6fc73</IdFleet>
<IdIdentity>41775f89-7860-4210-83b9-a525581c05b0</IdIdentity>
<IdNetwork>c4c3e68e-5d38-4b9e-8073-2fdc647c38be</IdNetwork>
<IdVehicle>6a9de80b-677b-488c-a90a-b0a6019cfc52</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-09-10T10:28:46.8647672Z</BirthDate>
<CreatedNetworkDate>2026-09-10T10:28:46.8647672Z</CreatedNetworkDate>
<CreatedRealDate>2026-09-10T10:28:46.8647672Z</CreatedRealDate>
<Id>c88ee7b1-b0d0-4879-b1ae-999b3de637a8</Id>
<IdNetwork>6530669d-e661-4442-be6c-41d03ddf0610</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>a32a6c3f-ecb7-4b1d-8676-0b4b40577131</d4p1:Id>
<d4p1:IdCommunity>ce789d1f-90ec-4100-b526-fef7e6d5df4a</d4p1:IdCommunity>
<d4p1:IdCompany>b59adfad-7cad-4adb-ad41-95d73442029a</d4p1:IdCompany>
<d4p1:IdFleet>011de8cb-62a3-42e7-b3ec-2f95f117263d</d4p1:IdFleet>
<d4p1:IdIdentificationModel>bc4201f1-c067-4b1a-b925-5be56a7dc164</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>a32a6c3f-ecb7-4b1d-8676-0b4b40577131</d4p1:Id>
<d4p1:IdCommunity>ce789d1f-90ec-4100-b526-fef7e6d5df4a</d4p1:IdCommunity>
<d4p1:IdCompany>b59adfad-7cad-4adb-ad41-95d73442029a</d4p1:IdCompany>
<d4p1:IdFleet>011de8cb-62a3-42e7-b3ec-2f95f117263d</d4p1:IdFleet>
<d4p1:IdIdentificationModel>bc4201f1-c067-4b1a-b925-5be56a7dc164</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-09-10T10:28:46.8647672Z</UpdateNetworkDate>
<UpdateRealDate>2026-09-10T10:28:46.8647672Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-09-10T10:28:46.8647672Z</BirthDate>
<CreatedNetworkDate>2026-09-10T10:28:46.8647672Z</CreatedNetworkDate>
<CreatedRealDate>2026-09-10T10:28:46.8647672Z</CreatedRealDate>
<Id>c88ee7b1-b0d0-4879-b1ae-999b3de637a8</Id>
<IdNetwork>6530669d-e661-4442-be6c-41d03ddf0610</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>a32a6c3f-ecb7-4b1d-8676-0b4b40577131</d4p1:Id>
<d4p1:IdCommunity>ce789d1f-90ec-4100-b526-fef7e6d5df4a</d4p1:IdCommunity>
<d4p1:IdCompany>b59adfad-7cad-4adb-ad41-95d73442029a</d4p1:IdCompany>
<d4p1:IdFleet>011de8cb-62a3-42e7-b3ec-2f95f117263d</d4p1:IdFleet>
<d4p1:IdIdentificationModel>bc4201f1-c067-4b1a-b925-5be56a7dc164</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>a32a6c3f-ecb7-4b1d-8676-0b4b40577131</d4p1:Id>
<d4p1:IdCommunity>ce789d1f-90ec-4100-b526-fef7e6d5df4a</d4p1:IdCommunity>
<d4p1:IdCompany>b59adfad-7cad-4adb-ad41-95d73442029a</d4p1:IdCompany>
<d4p1:IdFleet>011de8cb-62a3-42e7-b3ec-2f95f117263d</d4p1:IdFleet>
<d4p1:IdIdentificationModel>bc4201f1-c067-4b1a-b925-5be56a7dc164</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-09-10T10:28:46.8647672Z</UpdateNetworkDate>
<UpdateRealDate>2026-09-10T10:28:46.8647672Z</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>4d58596f-22cb-47a2-ab6f-5916d2d3195a</Id>
<IdIdentificationModel>909183dc-5dec-4912-94b4-b78f990e5a8e</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>4d58596f-22cb-47a2-ab6f-5916d2d3195a</Id>
<IdIdentificationModel>909183dc-5dec-4912-94b4-b78f990e5a8e</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>