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": "569cae6c-fa04-4908-8d0e-df4e3f3432f7",
"IdCommunity": "a33a970e-8605-4f58-a3c5-582bd6f45084",
"IdCompany": "cf074071-6026-46bb-a93b-58c283308382",
"IdIdentity": "36b3bb9e-d32e-417d-8bd4-00272d001f04",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "09cd75b6-244d-4203-938a-6a72132a61f3",
"CommunityTarget": 9,
"IdDriver": "ce796cd9-3855-45fe-aa3a-37da05cf6c5a",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "88f179a9-511f-43bc-9a99-8e5a67d5700c",
"IdFleet": "a1f2826f-6429-477b-9ccd-14892f7c9dbf",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "f677f554-5344-432c-9082-53f817c10568",
"IdNetwork": "bc5f7118-565c-484d-846d-513657cfbd31",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-12-15T13:03:30.4539055Z",
"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": "2025-12-15T13:03:30.4539055Z",
"CreatedNetworkDate": "2025-12-15T13:03:30.4539055Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-12-15T13:03:30.4539055Z",
"UpdateNetworkDate": "2025-12-15T13:03:30.4539055Z",
"LoyaltyIdentifications": [
{
"Id": "a6d1c49c-910c-4670-b695-c41cd029f0aa",
"IdCommunity": "169083ec-618c-4c5d-abe3-39e41f7c1c4c",
"IdCompany": "50bcdc76-7e94-44c2-90ad-f1f03dbfde16",
"IdFleet": "a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "be0d69d0-97bd-478f-952f-6ccbb62c98ca",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a6d1c49c-910c-4670-b695-c41cd029f0aa",
"IdCommunity": "169083ec-618c-4c5d-abe3-39e41f7c1c4c",
"IdCompany": "50bcdc76-7e94-44c2-90ad-f1f03dbfde16",
"IdFleet": "a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "be0d69d0-97bd-478f-952f-6ccbb62c98ca",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "f677f554-5344-432c-9082-53f817c10568",
"IdNetwork": "bc5f7118-565c-484d-846d-513657cfbd31",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-12-15T13:03:30.4539055Z",
"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": "2025-12-15T13:03:30.4539055Z",
"CreatedNetworkDate": "2025-12-15T13:03:30.4539055Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-12-15T13:03:30.4539055Z",
"UpdateNetworkDate": "2025-12-15T13:03:30.4539055Z",
"LoyaltyIdentifications": [
{
"Id": "a6d1c49c-910c-4670-b695-c41cd029f0aa",
"IdCommunity": "169083ec-618c-4c5d-abe3-39e41f7c1c4c",
"IdCompany": "50bcdc76-7e94-44c2-90ad-f1f03dbfde16",
"IdFleet": "a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "be0d69d0-97bd-478f-952f-6ccbb62c98ca",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a6d1c49c-910c-4670-b695-c41cd029f0aa",
"IdCommunity": "169083ec-618c-4c5d-abe3-39e41f7c1c4c",
"IdCompany": "50bcdc76-7e94-44c2-90ad-f1f03dbfde16",
"IdFleet": "a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "be0d69d0-97bd-478f-952f-6ccbb62c98ca",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "4210d59d-a8f4-42e0-8a68-d21d7d264449",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "ae8c3c13-4781-4281-a336-5a15525bf54d",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "4210d59d-a8f4-42e0-8a68-d21d7d264449",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "ae8c3c13-4781-4281-a336-5a15525bf54d",
"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>569cae6c-fa04-4908-8d0e-df4e3f3432f7</Id>
<IdCommunity>a33a970e-8605-4f58-a3c5-582bd6f45084</IdCommunity>
<IdCompany>cf074071-6026-46bb-a93b-58c283308382</IdCompany>
<IdDriver>ce796cd9-3855-45fe-aa3a-37da05cf6c5a</IdDriver>
<IdFleet>a1f2826f-6429-477b-9ccd-14892f7c9dbf</IdFleet>
<IdIdentity>36b3bb9e-d32e-417d-8bd4-00272d001f04</IdIdentity>
<IdNetwork>09cd75b6-244d-4203-938a-6a72132a61f3</IdNetwork>
<IdVehicle>88f179a9-511f-43bc-9a99-8e5a67d5700c</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-12-15T13:03:30.4539055Z</BirthDate>
<CreatedNetworkDate>2025-12-15T13:03:30.4539055Z</CreatedNetworkDate>
<CreatedRealDate>2025-12-15T13:03:30.4539055Z</CreatedRealDate>
<Id>f677f554-5344-432c-9082-53f817c10568</Id>
<IdNetwork>bc5f7118-565c-484d-846d-513657cfbd31</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>a6d1c49c-910c-4670-b695-c41cd029f0aa</d4p1:Id>
<d4p1:IdCommunity>169083ec-618c-4c5d-abe3-39e41f7c1c4c</d4p1:IdCommunity>
<d4p1:IdCompany>50bcdc76-7e94-44c2-90ad-f1f03dbfde16</d4p1:IdCompany>
<d4p1:IdFleet>a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30</d4p1:IdFleet>
<d4p1:IdIdentificationModel>be0d69d0-97bd-478f-952f-6ccbb62c98ca</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>a6d1c49c-910c-4670-b695-c41cd029f0aa</d4p1:Id>
<d4p1:IdCommunity>169083ec-618c-4c5d-abe3-39e41f7c1c4c</d4p1:IdCommunity>
<d4p1:IdCompany>50bcdc76-7e94-44c2-90ad-f1f03dbfde16</d4p1:IdCompany>
<d4p1:IdFleet>a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30</d4p1:IdFleet>
<d4p1:IdIdentificationModel>be0d69d0-97bd-478f-952f-6ccbb62c98ca</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>2025-12-15T13:03:30.4539055Z</UpdateNetworkDate>
<UpdateRealDate>2025-12-15T13:03:30.4539055Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-12-15T13:03:30.4539055Z</BirthDate>
<CreatedNetworkDate>2025-12-15T13:03:30.4539055Z</CreatedNetworkDate>
<CreatedRealDate>2025-12-15T13:03:30.4539055Z</CreatedRealDate>
<Id>f677f554-5344-432c-9082-53f817c10568</Id>
<IdNetwork>bc5f7118-565c-484d-846d-513657cfbd31</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>a6d1c49c-910c-4670-b695-c41cd029f0aa</d4p1:Id>
<d4p1:IdCommunity>169083ec-618c-4c5d-abe3-39e41f7c1c4c</d4p1:IdCommunity>
<d4p1:IdCompany>50bcdc76-7e94-44c2-90ad-f1f03dbfde16</d4p1:IdCompany>
<d4p1:IdFleet>a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30</d4p1:IdFleet>
<d4p1:IdIdentificationModel>be0d69d0-97bd-478f-952f-6ccbb62c98ca</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>a6d1c49c-910c-4670-b695-c41cd029f0aa</d4p1:Id>
<d4p1:IdCommunity>169083ec-618c-4c5d-abe3-39e41f7c1c4c</d4p1:IdCommunity>
<d4p1:IdCompany>50bcdc76-7e94-44c2-90ad-f1f03dbfde16</d4p1:IdCompany>
<d4p1:IdFleet>a0e2f4c3-30af-46eb-b5c7-6fc13f2cdf30</d4p1:IdFleet>
<d4p1:IdIdentificationModel>be0d69d0-97bd-478f-952f-6ccbb62c98ca</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>2025-12-15T13:03:30.4539055Z</UpdateNetworkDate>
<UpdateRealDate>2025-12-15T13:03:30.4539055Z</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>4210d59d-a8f4-42e0-8a68-d21d7d264449</Id>
<IdIdentificationModel>ae8c3c13-4781-4281-a336-5a15525bf54d</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>4210d59d-a8f4-42e0-8a68-d21d7d264449</Id>
<IdIdentificationModel>ae8c3c13-4781-4281-a336-5a15525bf54d</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": "78c1e744-4b28-4e65-b0e7-6a5ca28fdea9",
"IdCommunity": "fbda778a-7692-422e-9bfb-bd0b70b9dea6",
"IdCompany": "5536e551-d2dd-4ffe-a5ed-e4e66e72208c",
"IdIdentity": "85012c00-33da-4dcc-87d8-d96c7c14f2b9",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "5bbb0d31-b667-4e40-9676-442915751506",
"CommunityTarget": 9,
"IdDriver": "b90f7bf6-e9b7-4de0-8b77-896dba94080e",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "9f5b9d81-be2e-4174-8c12-81147f79012c",
"IdFleet": "dccfe228-e578-4b40-ab2d-c0008ec5e76c",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "68bdd43d-909a-4cef-9ed7-4451e05e8d11",
"IdNetwork": "60da2e6f-9c70-43c5-8a97-5888c95dd620",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-12-15T13:03:30.4539055Z",
"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": "2025-12-15T13:03:30.4539055Z",
"CreatedNetworkDate": "2025-12-15T13:03:30.4539055Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-12-15T13:03:30.4539055Z",
"UpdateNetworkDate": "2025-12-15T13:03:30.4539055Z",
"LoyaltyIdentifications": [
{
"Id": "478392a3-d830-4a5a-b7b2-891e19638d43",
"IdCommunity": "4aa90312-d2c0-47a4-934e-43721482f343",
"IdCompany": "2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41",
"IdFleet": "22bad4f8-c78c-4ec7-be19-7626b2de10ca",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "f32f633c-49b4-4d65-8653-a4296a632695",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "478392a3-d830-4a5a-b7b2-891e19638d43",
"IdCommunity": "4aa90312-d2c0-47a4-934e-43721482f343",
"IdCompany": "2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41",
"IdFleet": "22bad4f8-c78c-4ec7-be19-7626b2de10ca",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "f32f633c-49b4-4d65-8653-a4296a632695",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "68bdd43d-909a-4cef-9ed7-4451e05e8d11",
"IdNetwork": "60da2e6f-9c70-43c5-8a97-5888c95dd620",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-12-15T13:03:30.4539055Z",
"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": "2025-12-15T13:03:30.4539055Z",
"CreatedNetworkDate": "2025-12-15T13:03:30.4539055Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-12-15T13:03:30.4539055Z",
"UpdateNetworkDate": "2025-12-15T13:03:30.4539055Z",
"LoyaltyIdentifications": [
{
"Id": "478392a3-d830-4a5a-b7b2-891e19638d43",
"IdCommunity": "4aa90312-d2c0-47a4-934e-43721482f343",
"IdCompany": "2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41",
"IdFleet": "22bad4f8-c78c-4ec7-be19-7626b2de10ca",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "f32f633c-49b4-4d65-8653-a4296a632695",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "478392a3-d830-4a5a-b7b2-891e19638d43",
"IdCommunity": "4aa90312-d2c0-47a4-934e-43721482f343",
"IdCompany": "2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41",
"IdFleet": "22bad4f8-c78c-4ec7-be19-7626b2de10ca",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "f32f633c-49b4-4d65-8653-a4296a632695",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "5e40beea-6fb0-44d1-9310-53dac968ab4a",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "7c062471-6a2e-46b8-ad77-b9ac35960153",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "5e40beea-6fb0-44d1-9310-53dac968ab4a",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "7c062471-6a2e-46b8-ad77-b9ac35960153",
"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>78c1e744-4b28-4e65-b0e7-6a5ca28fdea9</Id>
<IdCommunity>fbda778a-7692-422e-9bfb-bd0b70b9dea6</IdCommunity>
<IdCompany>5536e551-d2dd-4ffe-a5ed-e4e66e72208c</IdCompany>
<IdDriver>b90f7bf6-e9b7-4de0-8b77-896dba94080e</IdDriver>
<IdFleet>dccfe228-e578-4b40-ab2d-c0008ec5e76c</IdFleet>
<IdIdentity>85012c00-33da-4dcc-87d8-d96c7c14f2b9</IdIdentity>
<IdNetwork>5bbb0d31-b667-4e40-9676-442915751506</IdNetwork>
<IdVehicle>9f5b9d81-be2e-4174-8c12-81147f79012c</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-12-15T13:03:30.4539055Z</BirthDate>
<CreatedNetworkDate>2025-12-15T13:03:30.4539055Z</CreatedNetworkDate>
<CreatedRealDate>2025-12-15T13:03:30.4539055Z</CreatedRealDate>
<Id>68bdd43d-909a-4cef-9ed7-4451e05e8d11</Id>
<IdNetwork>60da2e6f-9c70-43c5-8a97-5888c95dd620</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>478392a3-d830-4a5a-b7b2-891e19638d43</d4p1:Id>
<d4p1:IdCommunity>4aa90312-d2c0-47a4-934e-43721482f343</d4p1:IdCommunity>
<d4p1:IdCompany>2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41</d4p1:IdCompany>
<d4p1:IdFleet>22bad4f8-c78c-4ec7-be19-7626b2de10ca</d4p1:IdFleet>
<d4p1:IdIdentificationModel>f32f633c-49b4-4d65-8653-a4296a632695</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>478392a3-d830-4a5a-b7b2-891e19638d43</d4p1:Id>
<d4p1:IdCommunity>4aa90312-d2c0-47a4-934e-43721482f343</d4p1:IdCommunity>
<d4p1:IdCompany>2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41</d4p1:IdCompany>
<d4p1:IdFleet>22bad4f8-c78c-4ec7-be19-7626b2de10ca</d4p1:IdFleet>
<d4p1:IdIdentificationModel>f32f633c-49b4-4d65-8653-a4296a632695</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>2025-12-15T13:03:30.4539055Z</UpdateNetworkDate>
<UpdateRealDate>2025-12-15T13:03:30.4539055Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-12-15T13:03:30.4539055Z</BirthDate>
<CreatedNetworkDate>2025-12-15T13:03:30.4539055Z</CreatedNetworkDate>
<CreatedRealDate>2025-12-15T13:03:30.4539055Z</CreatedRealDate>
<Id>68bdd43d-909a-4cef-9ed7-4451e05e8d11</Id>
<IdNetwork>60da2e6f-9c70-43c5-8a97-5888c95dd620</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>478392a3-d830-4a5a-b7b2-891e19638d43</d4p1:Id>
<d4p1:IdCommunity>4aa90312-d2c0-47a4-934e-43721482f343</d4p1:IdCommunity>
<d4p1:IdCompany>2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41</d4p1:IdCompany>
<d4p1:IdFleet>22bad4f8-c78c-4ec7-be19-7626b2de10ca</d4p1:IdFleet>
<d4p1:IdIdentificationModel>f32f633c-49b4-4d65-8653-a4296a632695</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>478392a3-d830-4a5a-b7b2-891e19638d43</d4p1:Id>
<d4p1:IdCommunity>4aa90312-d2c0-47a4-934e-43721482f343</d4p1:IdCommunity>
<d4p1:IdCompany>2b65cb91-5e91-4ae5-bf4c-9f67b1cfea41</d4p1:IdCompany>
<d4p1:IdFleet>22bad4f8-c78c-4ec7-be19-7626b2de10ca</d4p1:IdFleet>
<d4p1:IdIdentificationModel>f32f633c-49b4-4d65-8653-a4296a632695</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>2025-12-15T13:03:30.4539055Z</UpdateNetworkDate>
<UpdateRealDate>2025-12-15T13:03:30.4539055Z</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>5e40beea-6fb0-44d1-9310-53dac968ab4a</Id>
<IdIdentificationModel>7c062471-6a2e-46b8-ad77-b9ac35960153</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>5e40beea-6fb0-44d1-9310-53dac968ab4a</Id>
<IdIdentificationModel>7c062471-6a2e-46b8-ad77-b9ac35960153</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>