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": "9056acc6-52c2-4780-bf29-1d7dcccf1d92",
"IdCommunity": "fb865f12-929f-4e14-9319-c9b7e8292b1c",
"IdCompany": "266d4235-0b61-4ffe-a1ad-7a0b4a6a6a68",
"IdIdentity": "1d83659e-ffb4-4571-89c0-7b97bbd2ceb3",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "c1d5bde5-5d55-43cb-b3fb-b37e409d3d90",
"CommunityTarget": 9,
"IdDriver": "be49f222-38a7-42de-8555-89e284e509d8",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "de2106c0-43c8-4555-b88c-d37d7c220e3f",
"IdFleet": "006bd3f6-a33b-481c-8387-7fae4c2cd97d",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "2bf84dfa-73ba-4bf6-98fe-7995b1aad2fd",
"IdNetwork": "64737870-f77f-4fb5-aa8f-67bd37c58f07",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-03T19:02:22.369246Z",
"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-08-03T19:02:22.369246Z",
"CreatedNetworkDate": "2026-08-03T19:02:22.369246Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-03T19:02:22.369246Z",
"UpdateNetworkDate": "2026-08-03T19:02:22.369246Z",
"LoyaltyIdentifications": [
{
"Id": "1a26f91c-780e-4829-8bea-1fba6f06b13c",
"IdCommunity": "65ceb7dd-6de1-4a43-8c37-892da7fab5ee",
"IdCompany": "b6c0fb47-5787-4632-8cfd-118f81789080",
"IdFleet": "d7d921c7-5cab-4faa-93c6-49b83f936127",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "18241baa-c3cd-431b-818f-ec364c22c859",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "1a26f91c-780e-4829-8bea-1fba6f06b13c",
"IdCommunity": "65ceb7dd-6de1-4a43-8c37-892da7fab5ee",
"IdCompany": "b6c0fb47-5787-4632-8cfd-118f81789080",
"IdFleet": "d7d921c7-5cab-4faa-93c6-49b83f936127",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "18241baa-c3cd-431b-818f-ec364c22c859",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "2bf84dfa-73ba-4bf6-98fe-7995b1aad2fd",
"IdNetwork": "64737870-f77f-4fb5-aa8f-67bd37c58f07",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-03T19:02:22.369246Z",
"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-08-03T19:02:22.369246Z",
"CreatedNetworkDate": "2026-08-03T19:02:22.369246Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-03T19:02:22.369246Z",
"UpdateNetworkDate": "2026-08-03T19:02:22.369246Z",
"LoyaltyIdentifications": [
{
"Id": "1a26f91c-780e-4829-8bea-1fba6f06b13c",
"IdCommunity": "65ceb7dd-6de1-4a43-8c37-892da7fab5ee",
"IdCompany": "b6c0fb47-5787-4632-8cfd-118f81789080",
"IdFleet": "d7d921c7-5cab-4faa-93c6-49b83f936127",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "18241baa-c3cd-431b-818f-ec364c22c859",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "1a26f91c-780e-4829-8bea-1fba6f06b13c",
"IdCommunity": "65ceb7dd-6de1-4a43-8c37-892da7fab5ee",
"IdCompany": "b6c0fb47-5787-4632-8cfd-118f81789080",
"IdFleet": "d7d921c7-5cab-4faa-93c6-49b83f936127",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "18241baa-c3cd-431b-818f-ec364c22c859",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "98492de1-552b-42c2-9a38-6fdea5d76d3b",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "2069f68f-7db7-420f-8cf3-e4b3a5007013",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "98492de1-552b-42c2-9a38-6fdea5d76d3b",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "2069f68f-7db7-420f-8cf3-e4b3a5007013",
"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>9056acc6-52c2-4780-bf29-1d7dcccf1d92</Id>
<IdCommunity>fb865f12-929f-4e14-9319-c9b7e8292b1c</IdCommunity>
<IdCompany>266d4235-0b61-4ffe-a1ad-7a0b4a6a6a68</IdCompany>
<IdDriver>be49f222-38a7-42de-8555-89e284e509d8</IdDriver>
<IdFleet>006bd3f6-a33b-481c-8387-7fae4c2cd97d</IdFleet>
<IdIdentity>1d83659e-ffb4-4571-89c0-7b97bbd2ceb3</IdIdentity>
<IdNetwork>c1d5bde5-5d55-43cb-b3fb-b37e409d3d90</IdNetwork>
<IdVehicle>de2106c0-43c8-4555-b88c-d37d7c220e3f</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-08-03T19:02:22.369246Z</BirthDate>
<CreatedNetworkDate>2026-08-03T19:02:22.369246Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-03T19:02:22.369246Z</CreatedRealDate>
<Id>2bf84dfa-73ba-4bf6-98fe-7995b1aad2fd</Id>
<IdNetwork>64737870-f77f-4fb5-aa8f-67bd37c58f07</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>1a26f91c-780e-4829-8bea-1fba6f06b13c</d4p1:Id>
<d4p1:IdCommunity>65ceb7dd-6de1-4a43-8c37-892da7fab5ee</d4p1:IdCommunity>
<d4p1:IdCompany>b6c0fb47-5787-4632-8cfd-118f81789080</d4p1:IdCompany>
<d4p1:IdFleet>d7d921c7-5cab-4faa-93c6-49b83f936127</d4p1:IdFleet>
<d4p1:IdIdentificationModel>18241baa-c3cd-431b-818f-ec364c22c859</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>1a26f91c-780e-4829-8bea-1fba6f06b13c</d4p1:Id>
<d4p1:IdCommunity>65ceb7dd-6de1-4a43-8c37-892da7fab5ee</d4p1:IdCommunity>
<d4p1:IdCompany>b6c0fb47-5787-4632-8cfd-118f81789080</d4p1:IdCompany>
<d4p1:IdFleet>d7d921c7-5cab-4faa-93c6-49b83f936127</d4p1:IdFleet>
<d4p1:IdIdentificationModel>18241baa-c3cd-431b-818f-ec364c22c859</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-08-03T19:02:22.369246Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-03T19:02:22.369246Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-08-03T19:02:22.369246Z</BirthDate>
<CreatedNetworkDate>2026-08-03T19:02:22.369246Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-03T19:02:22.369246Z</CreatedRealDate>
<Id>2bf84dfa-73ba-4bf6-98fe-7995b1aad2fd</Id>
<IdNetwork>64737870-f77f-4fb5-aa8f-67bd37c58f07</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>1a26f91c-780e-4829-8bea-1fba6f06b13c</d4p1:Id>
<d4p1:IdCommunity>65ceb7dd-6de1-4a43-8c37-892da7fab5ee</d4p1:IdCommunity>
<d4p1:IdCompany>b6c0fb47-5787-4632-8cfd-118f81789080</d4p1:IdCompany>
<d4p1:IdFleet>d7d921c7-5cab-4faa-93c6-49b83f936127</d4p1:IdFleet>
<d4p1:IdIdentificationModel>18241baa-c3cd-431b-818f-ec364c22c859</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>1a26f91c-780e-4829-8bea-1fba6f06b13c</d4p1:Id>
<d4p1:IdCommunity>65ceb7dd-6de1-4a43-8c37-892da7fab5ee</d4p1:IdCommunity>
<d4p1:IdCompany>b6c0fb47-5787-4632-8cfd-118f81789080</d4p1:IdCompany>
<d4p1:IdFleet>d7d921c7-5cab-4faa-93c6-49b83f936127</d4p1:IdFleet>
<d4p1:IdIdentificationModel>18241baa-c3cd-431b-818f-ec364c22c859</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-08-03T19:02:22.369246Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-03T19:02:22.369246Z</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>98492de1-552b-42c2-9a38-6fdea5d76d3b</Id>
<IdIdentificationModel>2069f68f-7db7-420f-8cf3-e4b3a5007013</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>98492de1-552b-42c2-9a38-6fdea5d76d3b</Id>
<IdIdentificationModel>2069f68f-7db7-420f-8cf3-e4b3a5007013</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": "e05fea10-e111-43aa-a6db-ea9962881f28",
"IdCommunity": "87e19414-c73b-4dc2-9f07-6158307de1ba",
"IdCompany": "fa6c9fac-6582-4716-8478-210299e5150b",
"IdIdentity": "aae2f1ca-0616-4c2d-9f55-0a7f0ac02f13",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "4c3e36fb-408e-486e-8f97-eab25ca8b8d8",
"CommunityTarget": 9,
"IdDriver": "966e6c92-4fd9-4144-97cb-5afb42927ae7",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "51b8112c-8cca-4f19-9462-4e26ab86b371",
"IdFleet": "7f6d51fa-2266-4a62-942f-de70ae86bd36",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "689be7c6-b048-41b6-83cd-38570c7acece",
"IdNetwork": "41a8f2fa-f061-47f0-8d10-5ebed5d72243",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-03T19:02:22.369246Z",
"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-08-03T19:02:22.369246Z",
"CreatedNetworkDate": "2026-08-03T19:02:22.369246Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-03T19:02:22.369246Z",
"UpdateNetworkDate": "2026-08-03T19:02:22.369246Z",
"LoyaltyIdentifications": [
{
"Id": "385e5e64-a430-4a1f-b3b9-12d46fa32732",
"IdCommunity": "5675ba06-9c37-4702-a4ee-5a6e0a1ace53",
"IdCompany": "320382a9-ae93-4c85-825d-673adc1f933b",
"IdFleet": "0fc0c1c0-95a7-4379-8e6a-0619551ef18c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "ee48ac37-a2af-4b43-9aa6-548d939845f5",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "385e5e64-a430-4a1f-b3b9-12d46fa32732",
"IdCommunity": "5675ba06-9c37-4702-a4ee-5a6e0a1ace53",
"IdCompany": "320382a9-ae93-4c85-825d-673adc1f933b",
"IdFleet": "0fc0c1c0-95a7-4379-8e6a-0619551ef18c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "ee48ac37-a2af-4b43-9aa6-548d939845f5",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "689be7c6-b048-41b6-83cd-38570c7acece",
"IdNetwork": "41a8f2fa-f061-47f0-8d10-5ebed5d72243",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-03T19:02:22.369246Z",
"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-08-03T19:02:22.369246Z",
"CreatedNetworkDate": "2026-08-03T19:02:22.369246Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-03T19:02:22.369246Z",
"UpdateNetworkDate": "2026-08-03T19:02:22.369246Z",
"LoyaltyIdentifications": [
{
"Id": "385e5e64-a430-4a1f-b3b9-12d46fa32732",
"IdCommunity": "5675ba06-9c37-4702-a4ee-5a6e0a1ace53",
"IdCompany": "320382a9-ae93-4c85-825d-673adc1f933b",
"IdFleet": "0fc0c1c0-95a7-4379-8e6a-0619551ef18c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "ee48ac37-a2af-4b43-9aa6-548d939845f5",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "385e5e64-a430-4a1f-b3b9-12d46fa32732",
"IdCommunity": "5675ba06-9c37-4702-a4ee-5a6e0a1ace53",
"IdCompany": "320382a9-ae93-4c85-825d-673adc1f933b",
"IdFleet": "0fc0c1c0-95a7-4379-8e6a-0619551ef18c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "ee48ac37-a2af-4b43-9aa6-548d939845f5",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "b2ff108f-0be8-4ab8-9e3e-9f43c71f7a25",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "e3881222-fff3-4693-bf8f-07682bb65b8a",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "b2ff108f-0be8-4ab8-9e3e-9f43c71f7a25",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "e3881222-fff3-4693-bf8f-07682bb65b8a",
"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>e05fea10-e111-43aa-a6db-ea9962881f28</Id>
<IdCommunity>87e19414-c73b-4dc2-9f07-6158307de1ba</IdCommunity>
<IdCompany>fa6c9fac-6582-4716-8478-210299e5150b</IdCompany>
<IdDriver>966e6c92-4fd9-4144-97cb-5afb42927ae7</IdDriver>
<IdFleet>7f6d51fa-2266-4a62-942f-de70ae86bd36</IdFleet>
<IdIdentity>aae2f1ca-0616-4c2d-9f55-0a7f0ac02f13</IdIdentity>
<IdNetwork>4c3e36fb-408e-486e-8f97-eab25ca8b8d8</IdNetwork>
<IdVehicle>51b8112c-8cca-4f19-9462-4e26ab86b371</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-08-03T19:02:22.369246Z</BirthDate>
<CreatedNetworkDate>2026-08-03T19:02:22.369246Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-03T19:02:22.369246Z</CreatedRealDate>
<Id>689be7c6-b048-41b6-83cd-38570c7acece</Id>
<IdNetwork>41a8f2fa-f061-47f0-8d10-5ebed5d72243</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>385e5e64-a430-4a1f-b3b9-12d46fa32732</d4p1:Id>
<d4p1:IdCommunity>5675ba06-9c37-4702-a4ee-5a6e0a1ace53</d4p1:IdCommunity>
<d4p1:IdCompany>320382a9-ae93-4c85-825d-673adc1f933b</d4p1:IdCompany>
<d4p1:IdFleet>0fc0c1c0-95a7-4379-8e6a-0619551ef18c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>ee48ac37-a2af-4b43-9aa6-548d939845f5</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>385e5e64-a430-4a1f-b3b9-12d46fa32732</d4p1:Id>
<d4p1:IdCommunity>5675ba06-9c37-4702-a4ee-5a6e0a1ace53</d4p1:IdCommunity>
<d4p1:IdCompany>320382a9-ae93-4c85-825d-673adc1f933b</d4p1:IdCompany>
<d4p1:IdFleet>0fc0c1c0-95a7-4379-8e6a-0619551ef18c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>ee48ac37-a2af-4b43-9aa6-548d939845f5</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-08-03T19:02:22.369246Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-03T19:02:22.369246Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-08-03T19:02:22.369246Z</BirthDate>
<CreatedNetworkDate>2026-08-03T19:02:22.369246Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-03T19:02:22.369246Z</CreatedRealDate>
<Id>689be7c6-b048-41b6-83cd-38570c7acece</Id>
<IdNetwork>41a8f2fa-f061-47f0-8d10-5ebed5d72243</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>385e5e64-a430-4a1f-b3b9-12d46fa32732</d4p1:Id>
<d4p1:IdCommunity>5675ba06-9c37-4702-a4ee-5a6e0a1ace53</d4p1:IdCommunity>
<d4p1:IdCompany>320382a9-ae93-4c85-825d-673adc1f933b</d4p1:IdCompany>
<d4p1:IdFleet>0fc0c1c0-95a7-4379-8e6a-0619551ef18c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>ee48ac37-a2af-4b43-9aa6-548d939845f5</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>385e5e64-a430-4a1f-b3b9-12d46fa32732</d4p1:Id>
<d4p1:IdCommunity>5675ba06-9c37-4702-a4ee-5a6e0a1ace53</d4p1:IdCommunity>
<d4p1:IdCompany>320382a9-ae93-4c85-825d-673adc1f933b</d4p1:IdCompany>
<d4p1:IdFleet>0fc0c1c0-95a7-4379-8e6a-0619551ef18c</d4p1:IdFleet>
<d4p1:IdIdentificationModel>ee48ac37-a2af-4b43-9aa6-548d939845f5</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-08-03T19:02:22.369246Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-03T19:02:22.369246Z</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>b2ff108f-0be8-4ab8-9e3e-9f43c71f7a25</Id>
<IdIdentificationModel>e3881222-fff3-4693-bf8f-07682bb65b8a</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>b2ff108f-0be8-4ab8-9e3e-9f43c71f7a25</Id>
<IdIdentificationModel>e3881222-fff3-4693-bf8f-07682bb65b8a</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>