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": "532c7a54-eee5-4701-b0f5-aca1b99ee28c",
"IdCommunity": "9b368d63-b692-4d9a-9151-98d08924ed50",
"IdCompany": "484bfa68-c3e3-46cc-966c-a4e4ba9320b0",
"IdIdentity": "d513adbd-0bc2-4248-95ac-acae6a50c490",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "bf574318-cf2f-4d4b-a4da-55d801c0c336",
"CommunityTarget": 9,
"IdDriver": "911e62ab-1732-427e-956e-5b4fdc0ae04e",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "85af8bb8-adb3-4747-8936-569a63c8ac91",
"IdFleet": "b89a631a-07d1-44b9-9f0a-96db0de8dee8",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "5e4fe140-043f-45bf-a511-ffe4579d67b9",
"IdNetwork": "c39fc304-841f-42d1-9dd6-13fc8acb39e0",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-10-29T07:57:35.0378685Z",
"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-10-29T07:57:35.0378685Z",
"CreatedNetworkDate": "2025-10-29T07:57:35.0378685Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-10-29T07:57:35.0378685Z",
"UpdateNetworkDate": "2025-10-29T07:57:35.0378685Z",
"LoyaltyIdentifications": [
{
"Id": "59c5c420-d746-4dd8-9f95-238970ca7870",
"IdCommunity": "cc078111-bfc7-472a-9163-c3b92b338bf9",
"IdCompany": "c7500c55-4c84-453c-8730-8a4a327cf189",
"IdFleet": "5abd2098-fe02-4663-a572-1ac709f9f157",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "59c5c420-d746-4dd8-9f95-238970ca7870",
"IdCommunity": "cc078111-bfc7-472a-9163-c3b92b338bf9",
"IdCompany": "c7500c55-4c84-453c-8730-8a4a327cf189",
"IdFleet": "5abd2098-fe02-4663-a572-1ac709f9f157",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "5e4fe140-043f-45bf-a511-ffe4579d67b9",
"IdNetwork": "c39fc304-841f-42d1-9dd6-13fc8acb39e0",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-10-29T07:57:35.0378685Z",
"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-10-29T07:57:35.0378685Z",
"CreatedNetworkDate": "2025-10-29T07:57:35.0378685Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-10-29T07:57:35.0378685Z",
"UpdateNetworkDate": "2025-10-29T07:57:35.0378685Z",
"LoyaltyIdentifications": [
{
"Id": "59c5c420-d746-4dd8-9f95-238970ca7870",
"IdCommunity": "cc078111-bfc7-472a-9163-c3b92b338bf9",
"IdCompany": "c7500c55-4c84-453c-8730-8a4a327cf189",
"IdFleet": "5abd2098-fe02-4663-a572-1ac709f9f157",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "59c5c420-d746-4dd8-9f95-238970ca7870",
"IdCommunity": "cc078111-bfc7-472a-9163-c3b92b338bf9",
"IdCompany": "c7500c55-4c84-453c-8730-8a4a327cf189",
"IdFleet": "5abd2098-fe02-4663-a572-1ac709f9f157",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "18bf92b2-2b56-4042-8824-0ddbc9609dff",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "eee13c77-b83f-45e2-ae6a-f0479bdd0495",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "18bf92b2-2b56-4042-8824-0ddbc9609dff",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "eee13c77-b83f-45e2-ae6a-f0479bdd0495",
"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>532c7a54-eee5-4701-b0f5-aca1b99ee28c</Id>
<IdCommunity>9b368d63-b692-4d9a-9151-98d08924ed50</IdCommunity>
<IdCompany>484bfa68-c3e3-46cc-966c-a4e4ba9320b0</IdCompany>
<IdDriver>911e62ab-1732-427e-956e-5b4fdc0ae04e</IdDriver>
<IdFleet>b89a631a-07d1-44b9-9f0a-96db0de8dee8</IdFleet>
<IdIdentity>d513adbd-0bc2-4248-95ac-acae6a50c490</IdIdentity>
<IdNetwork>bf574318-cf2f-4d4b-a4da-55d801c0c336</IdNetwork>
<IdVehicle>85af8bb8-adb3-4747-8936-569a63c8ac91</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-10-29T07:57:35.0378685Z</BirthDate>
<CreatedNetworkDate>2025-10-29T07:57:35.0378685Z</CreatedNetworkDate>
<CreatedRealDate>2025-10-29T07:57:35.0378685Z</CreatedRealDate>
<Id>5e4fe140-043f-45bf-a511-ffe4579d67b9</Id>
<IdNetwork>c39fc304-841f-42d1-9dd6-13fc8acb39e0</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>59c5c420-d746-4dd8-9f95-238970ca7870</d4p1:Id>
<d4p1:IdCommunity>cc078111-bfc7-472a-9163-c3b92b338bf9</d4p1:IdCommunity>
<d4p1:IdCompany>c7500c55-4c84-453c-8730-8a4a327cf189</d4p1:IdCompany>
<d4p1:IdFleet>5abd2098-fe02-4663-a572-1ac709f9f157</d4p1:IdFleet>
<d4p1:IdIdentificationModel>a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3</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>59c5c420-d746-4dd8-9f95-238970ca7870</d4p1:Id>
<d4p1:IdCommunity>cc078111-bfc7-472a-9163-c3b92b338bf9</d4p1:IdCommunity>
<d4p1:IdCompany>c7500c55-4c84-453c-8730-8a4a327cf189</d4p1:IdCompany>
<d4p1:IdFleet>5abd2098-fe02-4663-a572-1ac709f9f157</d4p1:IdFleet>
<d4p1:IdIdentificationModel>a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3</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-10-29T07:57:35.0378685Z</UpdateNetworkDate>
<UpdateRealDate>2025-10-29T07:57:35.0378685Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-10-29T07:57:35.0378685Z</BirthDate>
<CreatedNetworkDate>2025-10-29T07:57:35.0378685Z</CreatedNetworkDate>
<CreatedRealDate>2025-10-29T07:57:35.0378685Z</CreatedRealDate>
<Id>5e4fe140-043f-45bf-a511-ffe4579d67b9</Id>
<IdNetwork>c39fc304-841f-42d1-9dd6-13fc8acb39e0</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>59c5c420-d746-4dd8-9f95-238970ca7870</d4p1:Id>
<d4p1:IdCommunity>cc078111-bfc7-472a-9163-c3b92b338bf9</d4p1:IdCommunity>
<d4p1:IdCompany>c7500c55-4c84-453c-8730-8a4a327cf189</d4p1:IdCompany>
<d4p1:IdFleet>5abd2098-fe02-4663-a572-1ac709f9f157</d4p1:IdFleet>
<d4p1:IdIdentificationModel>a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3</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>59c5c420-d746-4dd8-9f95-238970ca7870</d4p1:Id>
<d4p1:IdCommunity>cc078111-bfc7-472a-9163-c3b92b338bf9</d4p1:IdCommunity>
<d4p1:IdCompany>c7500c55-4c84-453c-8730-8a4a327cf189</d4p1:IdCompany>
<d4p1:IdFleet>5abd2098-fe02-4663-a572-1ac709f9f157</d4p1:IdFleet>
<d4p1:IdIdentificationModel>a5c91d67-fe5c-446a-b8ae-cbfe1009a6f3</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-10-29T07:57:35.0378685Z</UpdateNetworkDate>
<UpdateRealDate>2025-10-29T07:57:35.0378685Z</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>18bf92b2-2b56-4042-8824-0ddbc9609dff</Id>
<IdIdentificationModel>eee13c77-b83f-45e2-ae6a-f0479bdd0495</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>18bf92b2-2b56-4042-8824-0ddbc9609dff</Id>
<IdIdentificationModel>eee13c77-b83f-45e2-ae6a-f0479bdd0495</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": "39a9ca25-bdb6-4e54-b830-fe0da8b2906f",
"IdCommunity": "a7320910-6e4b-485a-847c-3f7a07de6a9d",
"IdCompany": "ac3e37b8-2626-465b-a2ee-06164b78ef07",
"IdIdentity": "a5a65fd1-c1c7-4369-846b-b927a5de7c79",
"IdentityNumber": "sample string 5",
"IdentitiyNumberType": 64,
"IdentityName": "sample string 7",
"IdNetwork": "28b26f8c-27cf-4da0-8dd8-5249339eeae4",
"CommunityTarget": 9,
"IdDriver": "dbcf8f24-4a03-4ef2-b127-2542775d1ffa",
"DriverLicenseNumber": "sample string 10",
"DriverCode": "sample string 11",
"DriverEmail": "sample string 12",
"DriverFirstName": "sample string 13",
"DriverLastName": "sample string 14",
"IdVehicle": "0f8fb184-f405-4191-8ca3-9b3ef0d3c075",
"IdFleet": "ad19873b-bf51-4358-b4d3-32643ed3214c",
"VehiclePlate": "sample string 15",
"VehicleCode": "sample string 16",
"Identities": [
{
"Id": "f44504ba-31e1-4948-9916-0a0f05daf7c1",
"IdNetwork": "c0f22a60-84c8-4bef-866d-65410aab05d2",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-10-29T07:57:35.0378685Z",
"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-10-29T07:57:35.0378685Z",
"CreatedNetworkDate": "2025-10-29T07:57:35.0378685Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-10-29T07:57:35.0378685Z",
"UpdateNetworkDate": "2025-10-29T07:57:35.0378685Z",
"LoyaltyIdentifications": [
{
"Id": "56008bed-51f2-430e-9334-cf3b79579ae7",
"IdCommunity": "fa660ae1-56df-46d5-adff-0803eb6493a2",
"IdCompany": "68991bbf-fd93-4cae-b75b-8ba9bf6c23f6",
"IdFleet": "d737cacd-6a75-4a70-a938-a1db565fd177",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6d8b95d8-ff29-4b99-98ee-37f8eb070d93",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "56008bed-51f2-430e-9334-cf3b79579ae7",
"IdCommunity": "fa660ae1-56df-46d5-adff-0803eb6493a2",
"IdCompany": "68991bbf-fd93-4cae-b75b-8ba9bf6c23f6",
"IdFleet": "d737cacd-6a75-4a70-a938-a1db565fd177",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6d8b95d8-ff29-4b99-98ee-37f8eb070d93",
"Active": true,
"PAN": "sample string 10"
}
]
},
{
"Id": "f44504ba-31e1-4948-9916-0a0f05daf7c1",
"IdNetwork": "c0f22a60-84c8-4bef-866d-65410aab05d2",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-10-29T07:57:35.0378685Z",
"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-10-29T07:57:35.0378685Z",
"CreatedNetworkDate": "2025-10-29T07:57:35.0378685Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-10-29T07:57:35.0378685Z",
"UpdateNetworkDate": "2025-10-29T07:57:35.0378685Z",
"LoyaltyIdentifications": [
{
"Id": "56008bed-51f2-430e-9334-cf3b79579ae7",
"IdCommunity": "fa660ae1-56df-46d5-adff-0803eb6493a2",
"IdCompany": "68991bbf-fd93-4cae-b75b-8ba9bf6c23f6",
"IdFleet": "d737cacd-6a75-4a70-a938-a1db565fd177",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6d8b95d8-ff29-4b99-98ee-37f8eb070d93",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "56008bed-51f2-430e-9334-cf3b79579ae7",
"IdCommunity": "fa660ae1-56df-46d5-adff-0803eb6493a2",
"IdCompany": "68991bbf-fd93-4cae-b75b-8ba9bf6c23f6",
"IdFleet": "d737cacd-6a75-4a70-a938-a1db565fd177",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "6d8b95d8-ff29-4b99-98ee-37f8eb070d93",
"Active": true,
"PAN": "sample string 10"
}
]
}
],
"LoyaltyClientCards": [
{
"Id": "174c3aaf-7c2d-4a52-a53d-daa86f396ffe",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "53a96a07-b184-40a5-b94c-5f5b33206d75",
"Active": true,
"IdentificationPAN": "sample string 7"
},
{
"Id": "174c3aaf-7c2d-4a52-a53d-daa86f396ffe",
"IdentificationLabel": "sample string 2",
"IdentificationTrackNumber": "sample string 3",
"IdentificationType": 4,
"IdIdentificationModel": "53a96a07-b184-40a5-b94c-5f5b33206d75",
"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>39a9ca25-bdb6-4e54-b830-fe0da8b2906f</Id>
<IdCommunity>a7320910-6e4b-485a-847c-3f7a07de6a9d</IdCommunity>
<IdCompany>ac3e37b8-2626-465b-a2ee-06164b78ef07</IdCompany>
<IdDriver>dbcf8f24-4a03-4ef2-b127-2542775d1ffa</IdDriver>
<IdFleet>ad19873b-bf51-4358-b4d3-32643ed3214c</IdFleet>
<IdIdentity>a5a65fd1-c1c7-4369-846b-b927a5de7c79</IdIdentity>
<IdNetwork>28b26f8c-27cf-4da0-8dd8-5249339eeae4</IdNetwork>
<IdVehicle>0f8fb184-f405-4191-8ca3-9b3ef0d3c075</IdVehicle>
<Identities>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-10-29T07:57:35.0378685Z</BirthDate>
<CreatedNetworkDate>2025-10-29T07:57:35.0378685Z</CreatedNetworkDate>
<CreatedRealDate>2025-10-29T07:57:35.0378685Z</CreatedRealDate>
<Id>f44504ba-31e1-4948-9916-0a0f05daf7c1</Id>
<IdNetwork>c0f22a60-84c8-4bef-866d-65410aab05d2</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>56008bed-51f2-430e-9334-cf3b79579ae7</d4p1:Id>
<d4p1:IdCommunity>fa660ae1-56df-46d5-adff-0803eb6493a2</d4p1:IdCommunity>
<d4p1:IdCompany>68991bbf-fd93-4cae-b75b-8ba9bf6c23f6</d4p1:IdCompany>
<d4p1:IdFleet>d737cacd-6a75-4a70-a938-a1db565fd177</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6d8b95d8-ff29-4b99-98ee-37f8eb070d93</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>56008bed-51f2-430e-9334-cf3b79579ae7</d4p1:Id>
<d4p1:IdCommunity>fa660ae1-56df-46d5-adff-0803eb6493a2</d4p1:IdCommunity>
<d4p1:IdCompany>68991bbf-fd93-4cae-b75b-8ba9bf6c23f6</d4p1:IdCompany>
<d4p1:IdFleet>d737cacd-6a75-4a70-a938-a1db565fd177</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6d8b95d8-ff29-4b99-98ee-37f8eb070d93</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-10-29T07:57:35.0378685Z</UpdateNetworkDate>
<UpdateRealDate>2025-10-29T07:57:35.0378685Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>
<IdentityDto>
<Alias>sample string 5</Alias>
<BirthDate>2025-10-29T07:57:35.0378685Z</BirthDate>
<CreatedNetworkDate>2025-10-29T07:57:35.0378685Z</CreatedNetworkDate>
<CreatedRealDate>2025-10-29T07:57:35.0378685Z</CreatedRealDate>
<Id>f44504ba-31e1-4948-9916-0a0f05daf7c1</Id>
<IdNetwork>c0f22a60-84c8-4bef-866d-65410aab05d2</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>56008bed-51f2-430e-9334-cf3b79579ae7</d4p1:Id>
<d4p1:IdCommunity>fa660ae1-56df-46d5-adff-0803eb6493a2</d4p1:IdCommunity>
<d4p1:IdCompany>68991bbf-fd93-4cae-b75b-8ba9bf6c23f6</d4p1:IdCompany>
<d4p1:IdFleet>d737cacd-6a75-4a70-a938-a1db565fd177</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6d8b95d8-ff29-4b99-98ee-37f8eb070d93</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>56008bed-51f2-430e-9334-cf3b79579ae7</d4p1:Id>
<d4p1:IdCommunity>fa660ae1-56df-46d5-adff-0803eb6493a2</d4p1:IdCommunity>
<d4p1:IdCompany>68991bbf-fd93-4cae-b75b-8ba9bf6c23f6</d4p1:IdCompany>
<d4p1:IdFleet>d737cacd-6a75-4a70-a938-a1db565fd177</d4p1:IdFleet>
<d4p1:IdIdentificationModel>6d8b95d8-ff29-4b99-98ee-37f8eb070d93</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-10-29T07:57:35.0378685Z</UpdateNetworkDate>
<UpdateRealDate>2025-10-29T07:57:35.0378685Z</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>174c3aaf-7c2d-4a52-a53d-daa86f396ffe</Id>
<IdIdentificationModel>53a96a07-b184-40a5-b94c-5f5b33206d75</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>174c3aaf-7c2d-4a52-a53d-daa86f396ffe</Id>
<IdIdentificationModel>53a96a07-b184-40a5-b94c-5f5b33206d75</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>