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": "91627b2c-5f79-4bb5-91b5-1ee17a2607cd",
"IdCommunity": "b1b571dd-3dd2-4950-bcae-3d07aceb8d3d",
"IdCompany": "4d5b8229-9ffd-409a-8646-b103d6b3aa08",
"IdIdentity": "53deb453-a1cf-4a42-bf5a-78b09d26caa2",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "4b727f88-a6a9-4acc-9daa-7980f69606e5",
"CommunityTarget": 9,
"IdDriver": "8f5e5a55-9e9c-4700-94b1-9e71a307c721",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "4f9721c1-33ff-436d-9bfb-c2ce61f9fc1e",
"IdFleet": "bb1ca41a-cbb6-49ff-9be9-f09670cae4e9",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "dd6e2a15-316c-4ccf-a562-d57a85d69f4b",
"IdNetwork": "d370759f-75a9-427a-9f08-ed46e640d580",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-03-13T12:27:31.259346Z",
"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-03-13T12:27:31.259346Z",
"CreatedNetworkDate": "2026-03-13T12:27:31.259346Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-03-13T12:27:31.259346Z",
"UpdateNetworkDate": "2026-03-13T12:27:31.259346Z",
"LoyaltyIdentifications": [
{
"Id": "9b8651ba-f008-40c0-a831-06aba1b1a56c",
"IdCommunity": "26a04871-2ac7-4d27-b71a-f0c516b7bac6",
"IdCompany": "a0e07c15-80fe-49f4-9b40-2d31f2436f08",
"IdFleet": "d0cf4130-9d3f-4826-a3d2-a82bad7b1967",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6ead77ea-3581-461a-9582-c83cbb003854",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "9b8651ba-f008-40c0-a831-06aba1b1a56c",
"IdCommunity": "26a04871-2ac7-4d27-b71a-f0c516b7bac6",
"IdCompany": "a0e07c15-80fe-49f4-9b40-2d31f2436f08",
"IdFleet": "d0cf4130-9d3f-4826-a3d2-a82bad7b1967",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6ead77ea-3581-461a-9582-c83cbb003854",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "dd6e2a15-316c-4ccf-a562-d57a85d69f4b",
"IdNetwork": "d370759f-75a9-427a-9f08-ed46e640d580",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-03-13T12:27:31.259346Z",
"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-03-13T12:27:31.259346Z",
"CreatedNetworkDate": "2026-03-13T12:27:31.259346Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-03-13T12:27:31.259346Z",
"UpdateNetworkDate": "2026-03-13T12:27:31.259346Z",
"LoyaltyIdentifications": [
{
"Id": "9b8651ba-f008-40c0-a831-06aba1b1a56c",
"IdCommunity": "26a04871-2ac7-4d27-b71a-f0c516b7bac6",
"IdCompany": "a0e07c15-80fe-49f4-9b40-2d31f2436f08",
"IdFleet": "d0cf4130-9d3f-4826-a3d2-a82bad7b1967",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6ead77ea-3581-461a-9582-c83cbb003854",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "9b8651ba-f008-40c0-a831-06aba1b1a56c",
"IdCommunity": "26a04871-2ac7-4d27-b71a-f0c516b7bac6",
"IdCompany": "a0e07c15-80fe-49f4-9b40-2d31f2436f08",
"IdFleet": "d0cf4130-9d3f-4826-a3d2-a82bad7b1967",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6ead77ea-3581-461a-9582-c83cbb003854",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "996a7a7d-98d6-45da-9096-74ab40f57994",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "76172fb4-ccbf-403e-a51e-a11c2ccbc1b8",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "996a7a7d-98d6-45da-9096-74ab40f57994",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "76172fb4-ccbf-403e-a51e-a11c2ccbc1b8",
"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>91627b2c-5f79-4bb5-91b5-1ee17a2607cd</Id>
<IdCommunity>b1b571dd-3dd2-4950-bcae-3d07aceb8d3d</IdCommunity>
<IdCompany>4d5b8229-9ffd-409a-8646-b103d6b3aa08</IdCompany>
<IdDriver>8f5e5a55-9e9c-4700-94b1-9e71a307c721</IdDriver>
<IdFleet>bb1ca41a-cbb6-49ff-9be9-f09670cae4e9</IdFleet>
<IdIdentity>53deb453-a1cf-4a42-bf5a-78b09d26caa2</IdIdentity>
<IdNetwork>4b727f88-a6a9-4acc-9daa-7980f69606e5</IdNetwork>
<IdVehicle>4f9721c1-33ff-436d-9bfb-c2ce61f9fc1e</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-03-13T12:27:31.259346Z</BirthDate>
<CreatedNetworkDate>2026-03-13T12:27:31.259346Z</CreatedNetworkDate>
<CreatedRealDate>2026-03-13T12:27:31.259346Z</CreatedRealDate>
<Id>dd6e2a15-316c-4ccf-a562-d57a85d69f4b</Id>
<IdNetwork>d370759f-75a9-427a-9f08-ed46e640d580</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>9b8651ba-f008-40c0-a831-06aba1b1a56c</d4p1:Id>
<d4p1:IdCommunity>26a04871-2ac7-4d27-b71a-f0c516b7bac6</d4p1:IdCommunity>
<d4p1:IdCompany>a0e07c15-80fe-49f4-9b40-2d31f2436f08</d4p1:IdCompany>
<d4p1:IdFleet>d0cf4130-9d3f-4826-a3d2-a82bad7b1967</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6ead77ea-3581-461a-9582-c83cbb003854</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>9b8651ba-f008-40c0-a831-06aba1b1a56c</d4p1:Id>
<d4p1:IdCommunity>26a04871-2ac7-4d27-b71a-f0c516b7bac6</d4p1:IdCommunity>
<d4p1:IdCompany>a0e07c15-80fe-49f4-9b40-2d31f2436f08</d4p1:IdCompany>
<d4p1:IdFleet>d0cf4130-9d3f-4826-a3d2-a82bad7b1967</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6ead77ea-3581-461a-9582-c83cbb003854</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-03-13T12:27:31.259346Z</UpdateNetworkDate>
<UpdateRealDate>2026-03-13T12:27:31.259346Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-03-13T12:27:31.259346Z</BirthDate>
<CreatedNetworkDate>2026-03-13T12:27:31.259346Z</CreatedNetworkDate>
<CreatedRealDate>2026-03-13T12:27:31.259346Z</CreatedRealDate>
<Id>dd6e2a15-316c-4ccf-a562-d57a85d69f4b</Id>
<IdNetwork>d370759f-75a9-427a-9f08-ed46e640d580</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>9b8651ba-f008-40c0-a831-06aba1b1a56c</d4p1:Id>
<d4p1:IdCommunity>26a04871-2ac7-4d27-b71a-f0c516b7bac6</d4p1:IdCommunity>
<d4p1:IdCompany>a0e07c15-80fe-49f4-9b40-2d31f2436f08</d4p1:IdCompany>
<d4p1:IdFleet>d0cf4130-9d3f-4826-a3d2-a82bad7b1967</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6ead77ea-3581-461a-9582-c83cbb003854</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>9b8651ba-f008-40c0-a831-06aba1b1a56c</d4p1:Id>
<d4p1:IdCommunity>26a04871-2ac7-4d27-b71a-f0c516b7bac6</d4p1:IdCommunity>
<d4p1:IdCompany>a0e07c15-80fe-49f4-9b40-2d31f2436f08</d4p1:IdCompany>
<d4p1:IdFleet>d0cf4130-9d3f-4826-a3d2-a82bad7b1967</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6ead77ea-3581-461a-9582-c83cbb003854</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-03-13T12:27:31.259346Z</UpdateNetworkDate>
<UpdateRealDate>2026-03-13T12:27:31.259346Z</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>996a7a7d-98d6-45da-9096-74ab40f57994</Id>
<IdIdentificationModel>76172fb4-ccbf-403e-a51e-a11c2ccbc1b8</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>996a7a7d-98d6-45da-9096-74ab40f57994</Id>
<IdIdentificationModel>76172fb4-ccbf-403e-a51e-a11c2ccbc1b8</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": "5afeb022-d529-47b4-b43b-df9c9e7bb978",
"IdCommunity": "4d9fec1c-a157-4909-9033-55bfa7dcb52f",
"IdCompany": "13a8286f-377a-4ac2-9fbb-d9e7966c94b1",
"IdIdentity": "543dbdc6-49f8-453c-8aef-7b7a4bfe0252",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "ee0b20d8-7227-4b25-bf84-4a1e6bb2d6ce",
"CommunityTarget": 9,
"IdDriver": "fcc7bde8-bd8b-43e0-934b-4e71a139df8c",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "dfd9f610-c552-4721-9585-c47af23d8063",
"IdFleet": "c55bda10-93c3-4597-9a3f-d116c251a4ff",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "53648b3e-0a51-4beb-9b70-fa24dd0e6597",
"IdNetwork": "f4b59b8e-0316-48ac-a646-85c76b6aa20a",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-03-13T12:27:32.7437367Z",
"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-03-13T12:27:32.7437367Z",
"CreatedNetworkDate": "2026-03-13T12:27:32.7437367Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-03-13T12:27:32.7437367Z",
"UpdateNetworkDate": "2026-03-13T12:27:32.7437367Z",
"LoyaltyIdentifications": [
{
"Id": "5f11fc39-d3c0-48be-95cc-8a7ff98e8eca",
"IdCommunity": "775942f3-e69f-4324-8cda-3300d25d2b9b",
"IdCompany": "33921e39-fac7-487e-9bf8-2c3536d90f8d",
"IdFleet": "a896559e-b390-42ce-8273-1e5311e449e6",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7cc7ab0f-ee88-41d3-86b6-55b38edeef73",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "5f11fc39-d3c0-48be-95cc-8a7ff98e8eca",
"IdCommunity": "775942f3-e69f-4324-8cda-3300d25d2b9b",
"IdCompany": "33921e39-fac7-487e-9bf8-2c3536d90f8d",
"IdFleet": "a896559e-b390-42ce-8273-1e5311e449e6",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7cc7ab0f-ee88-41d3-86b6-55b38edeef73",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "53648b3e-0a51-4beb-9b70-fa24dd0e6597",
"IdNetwork": "f4b59b8e-0316-48ac-a646-85c76b6aa20a",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-03-13T12:27:32.7437367Z",
"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-03-13T12:27:32.7437367Z",
"CreatedNetworkDate": "2026-03-13T12:27:32.7437367Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-03-13T12:27:32.7437367Z",
"UpdateNetworkDate": "2026-03-13T12:27:32.7437367Z",
"LoyaltyIdentifications": [
{
"Id": "5f11fc39-d3c0-48be-95cc-8a7ff98e8eca",
"IdCommunity": "775942f3-e69f-4324-8cda-3300d25d2b9b",
"IdCompany": "33921e39-fac7-487e-9bf8-2c3536d90f8d",
"IdFleet": "a896559e-b390-42ce-8273-1e5311e449e6",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7cc7ab0f-ee88-41d3-86b6-55b38edeef73",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "5f11fc39-d3c0-48be-95cc-8a7ff98e8eca",
"IdCommunity": "775942f3-e69f-4324-8cda-3300d25d2b9b",
"IdCompany": "33921e39-fac7-487e-9bf8-2c3536d90f8d",
"IdFleet": "a896559e-b390-42ce-8273-1e5311e449e6",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7cc7ab0f-ee88-41d3-86b6-55b38edeef73",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "1a73adda-b40e-4861-a2b0-7261635a4422",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "12d4791d-02fc-4d2a-b601-3e600ccac5f9",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "1a73adda-b40e-4861-a2b0-7261635a4422",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "12d4791d-02fc-4d2a-b601-3e600ccac5f9",
"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>5afeb022-d529-47b4-b43b-df9c9e7bb978</Id>
<IdCommunity>4d9fec1c-a157-4909-9033-55bfa7dcb52f</IdCommunity>
<IdCompany>13a8286f-377a-4ac2-9fbb-d9e7966c94b1</IdCompany>
<IdDriver>fcc7bde8-bd8b-43e0-934b-4e71a139df8c</IdDriver>
<IdFleet>c55bda10-93c3-4597-9a3f-d116c251a4ff</IdFleet>
<IdIdentity>543dbdc6-49f8-453c-8aef-7b7a4bfe0252</IdIdentity>
<IdNetwork>ee0b20d8-7227-4b25-bf84-4a1e6bb2d6ce</IdNetwork>
<IdVehicle>dfd9f610-c552-4721-9585-c47af23d8063</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-03-13T12:27:32.7437367Z</BirthDate>
<CreatedNetworkDate>2026-03-13T12:27:32.7437367Z</CreatedNetworkDate>
<CreatedRealDate>2026-03-13T12:27:32.7437367Z</CreatedRealDate>
<Id>53648b3e-0a51-4beb-9b70-fa24dd0e6597</Id>
<IdNetwork>f4b59b8e-0316-48ac-a646-85c76b6aa20a</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>5f11fc39-d3c0-48be-95cc-8a7ff98e8eca</d4p1:Id>
<d4p1:IdCommunity>775942f3-e69f-4324-8cda-3300d25d2b9b</d4p1:IdCommunity>
<d4p1:IdCompany>33921e39-fac7-487e-9bf8-2c3536d90f8d</d4p1:IdCompany>
<d4p1:IdFleet>a896559e-b390-42ce-8273-1e5311e449e6</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7cc7ab0f-ee88-41d3-86b6-55b38edeef73</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>5f11fc39-d3c0-48be-95cc-8a7ff98e8eca</d4p1:Id>
<d4p1:IdCommunity>775942f3-e69f-4324-8cda-3300d25d2b9b</d4p1:IdCommunity>
<d4p1:IdCompany>33921e39-fac7-487e-9bf8-2c3536d90f8d</d4p1:IdCompany>
<d4p1:IdFleet>a896559e-b390-42ce-8273-1e5311e449e6</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7cc7ab0f-ee88-41d3-86b6-55b38edeef73</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-03-13T12:27:32.7437367Z</UpdateNetworkDate>
<UpdateRealDate>2026-03-13T12:27:32.7437367Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2026-03-13T12:27:32.7437367Z</BirthDate>
<CreatedNetworkDate>2026-03-13T12:27:32.7437367Z</CreatedNetworkDate>
<CreatedRealDate>2026-03-13T12:27:32.7437367Z</CreatedRealDate>
<Id>53648b3e-0a51-4beb-9b70-fa24dd0e6597</Id>
<IdNetwork>f4b59b8e-0316-48ac-a646-85c76b6aa20a</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>5f11fc39-d3c0-48be-95cc-8a7ff98e8eca</d4p1:Id>
<d4p1:IdCommunity>775942f3-e69f-4324-8cda-3300d25d2b9b</d4p1:IdCommunity>
<d4p1:IdCompany>33921e39-fac7-487e-9bf8-2c3536d90f8d</d4p1:IdCompany>
<d4p1:IdFleet>a896559e-b390-42ce-8273-1e5311e449e6</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7cc7ab0f-ee88-41d3-86b6-55b38edeef73</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>5f11fc39-d3c0-48be-95cc-8a7ff98e8eca</d4p1:Id>
<d4p1:IdCommunity>775942f3-e69f-4324-8cda-3300d25d2b9b</d4p1:IdCommunity>
<d4p1:IdCompany>33921e39-fac7-487e-9bf8-2c3536d90f8d</d4p1:IdCompany>
<d4p1:IdFleet>a896559e-b390-42ce-8273-1e5311e449e6</d4p1:IdFleet>
<d4p1:IdIdentificationModel>7cc7ab0f-ee88-41d3-86b6-55b38edeef73</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-03-13T12:27:32.7437367Z</UpdateNetworkDate>
<UpdateRealDate>2026-03-13T12:27:32.7437367Z</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>1a73adda-b40e-4861-a2b0-7261635a4422</Id>
<IdIdentificationModel>12d4791d-02fc-4d2a-b601-3e600ccac5f9</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>1a73adda-b40e-4861-a2b0-7261635a4422</Id>
<IdIdentificationModel>12d4791d-02fc-4d2a-b601-3e600ccac5f9</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>