POST loyaltyClients
Creates a new Loyalty Account.
Request Information
URI Parameters
None.
Body Parameters
The data of the LoyaltyAccountDto.
LoyaltyAccountDtoName | 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": "950a3eaa-7a8b-42fd-a925-dd7a9d8c2e16", "IdCommunity": "b75881d8-f4da-4d35-970d-99330968b22d", "IdCompany": "7684962a-2439-4dfd-8b7e-5ca9e2a71a81", "IdIdentity": "b441dcb0-d2d4-442a-bd8f-ece2415834ca", "IdentityNumber": "sample string 5", "IdentitiyNumberType": 64, "IdentityName": "sample string 7", "IdNetwork": "704a788f-c479-467b-b17a-c8db476d59d3", "CommunityTarget": 9, "IdDriver": "07bae147-fc9d-433d-9060-1a4d2217ded5", "DriverLicenseNumber": "sample string 10", "DriverCode": "sample string 11", "DriverEmail": "sample string 12", "DriverFirstName": "sample string 13", "DriverLastName": "sample string 14", "IdVehicle": "2b28d809-b1d7-43a8-ae7c-4a1b8c265e35", "IdFleet": "9eb84924-77fc-4c46-8a54-65417099cb11", "VehiclePlate": "sample string 15", "VehicleCode": "sample string 16", "Identities": [ { "Id": "425fcf62-f559-4810-b123-e75ee2f6a253", "IdNetwork": "8f0ebe5b-4a85-4959-8a1f-1a6af716dfb6", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T08:00:26.7359186Z", "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-09-13T08:00:26.7359186Z", "CreatedNetworkDate": "2025-09-13T08:00:26.7359186Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T08:00:26.7359186Z", "UpdateNetworkDate": "2025-09-13T08:00:26.7359186Z", "LoyaltyIdentifications": [ { "Id": "c95346eb-5f5c-45fb-b638-996b907596ca", "IdCommunity": "30eb6786-ee2c-492d-b046-d0ab9a47d6d7", "IdCompany": "65bd2825-42a5-4540-8a30-788a7f51fdda", "IdFleet": "6802fbf0-2e30-4438-921e-f4438b912309", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "81d2e3a6-5606-4240-873e-c7de27e3a6f7", "Active": true, "PAN": "sample string 10" }, { "Id": "c95346eb-5f5c-45fb-b638-996b907596ca", "IdCommunity": "30eb6786-ee2c-492d-b046-d0ab9a47d6d7", "IdCompany": "65bd2825-42a5-4540-8a30-788a7f51fdda", "IdFleet": "6802fbf0-2e30-4438-921e-f4438b912309", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "81d2e3a6-5606-4240-873e-c7de27e3a6f7", "Active": true, "PAN": "sample string 10" } ] }, { "Id": "425fcf62-f559-4810-b123-e75ee2f6a253", "IdNetwork": "8f0ebe5b-4a85-4959-8a1f-1a6af716dfb6", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T08:00:26.7359186Z", "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-09-13T08:00:26.7359186Z", "CreatedNetworkDate": "2025-09-13T08:00:26.7359186Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T08:00:26.7359186Z", "UpdateNetworkDate": "2025-09-13T08:00:26.7359186Z", "LoyaltyIdentifications": [ { "Id": "c95346eb-5f5c-45fb-b638-996b907596ca", "IdCommunity": "30eb6786-ee2c-492d-b046-d0ab9a47d6d7", "IdCompany": "65bd2825-42a5-4540-8a30-788a7f51fdda", "IdFleet": "6802fbf0-2e30-4438-921e-f4438b912309", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "81d2e3a6-5606-4240-873e-c7de27e3a6f7", "Active": true, "PAN": "sample string 10" }, { "Id": "c95346eb-5f5c-45fb-b638-996b907596ca", "IdCommunity": "30eb6786-ee2c-492d-b046-d0ab9a47d6d7", "IdCompany": "65bd2825-42a5-4540-8a30-788a7f51fdda", "IdFleet": "6802fbf0-2e30-4438-921e-f4438b912309", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "81d2e3a6-5606-4240-873e-c7de27e3a6f7", "Active": true, "PAN": "sample string 10" } ] } ], "LoyaltyClientCards": [ { "Id": "8ee7f99e-233d-4d23-9053-c7ee2e187ddb", "IdentificationLabel": "sample string 2", "IdentificationTrackNumber": "sample string 3", "IdentificationType": 4, "IdIdentificationModel": "3496e8e2-ae2d-4b1e-b7d5-55e07904dc8c", "Active": true, "IdentificationPAN": "sample string 7" }, { "Id": "8ee7f99e-233d-4d23-9053-c7ee2e187ddb", "IdentificationLabel": "sample string 2", "IdentificationTrackNumber": "sample string 3", "IdentificationType": 4, "IdIdentificationModel": "3496e8e2-ae2d-4b1e-b7d5-55e07904dc8c", "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>950a3eaa-7a8b-42fd-a925-dd7a9d8c2e16</Id> <IdCommunity>b75881d8-f4da-4d35-970d-99330968b22d</IdCommunity> <IdCompany>7684962a-2439-4dfd-8b7e-5ca9e2a71a81</IdCompany> <IdDriver>07bae147-fc9d-433d-9060-1a4d2217ded5</IdDriver> <IdFleet>9eb84924-77fc-4c46-8a54-65417099cb11</IdFleet> <IdIdentity>b441dcb0-d2d4-442a-bd8f-ece2415834ca</IdIdentity> <IdNetwork>704a788f-c479-467b-b17a-c8db476d59d3</IdNetwork> <IdVehicle>2b28d809-b1d7-43a8-ae7c-4a1b8c265e35</IdVehicle> <Identities> <IdentityDto> <Alias>sample string 5</Alias> <BirthDate>2025-09-13T08:00:26.7359186Z</BirthDate> <CreatedNetworkDate>2025-09-13T08:00:26.7359186Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T08:00:26.7359186Z</CreatedRealDate> <Id>425fcf62-f559-4810-b123-e75ee2f6a253</Id> <IdNetwork>8f0ebe5b-4a85-4959-8a1f-1a6af716dfb6</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>c95346eb-5f5c-45fb-b638-996b907596ca</d4p1:Id> <d4p1:IdCommunity>30eb6786-ee2c-492d-b046-d0ab9a47d6d7</d4p1:IdCommunity> <d4p1:IdCompany>65bd2825-42a5-4540-8a30-788a7f51fdda</d4p1:IdCompany> <d4p1:IdFleet>6802fbf0-2e30-4438-921e-f4438b912309</d4p1:IdFleet> <d4p1:IdIdentificationModel>81d2e3a6-5606-4240-873e-c7de27e3a6f7</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>c95346eb-5f5c-45fb-b638-996b907596ca</d4p1:Id> <d4p1:IdCommunity>30eb6786-ee2c-492d-b046-d0ab9a47d6d7</d4p1:IdCommunity> <d4p1:IdCompany>65bd2825-42a5-4540-8a30-788a7f51fdda</d4p1:IdCompany> <d4p1:IdFleet>6802fbf0-2e30-4438-921e-f4438b912309</d4p1:IdFleet> <d4p1:IdIdentificationModel>81d2e3a6-5606-4240-873e-c7de27e3a6f7</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-09-13T08:00:26.7359186Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T08:00:26.7359186Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto> <IdentityDto> <Alias>sample string 5</Alias> <BirthDate>2025-09-13T08:00:26.7359186Z</BirthDate> <CreatedNetworkDate>2025-09-13T08:00:26.7359186Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T08:00:26.7359186Z</CreatedRealDate> <Id>425fcf62-f559-4810-b123-e75ee2f6a253</Id> <IdNetwork>8f0ebe5b-4a85-4959-8a1f-1a6af716dfb6</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>c95346eb-5f5c-45fb-b638-996b907596ca</d4p1:Id> <d4p1:IdCommunity>30eb6786-ee2c-492d-b046-d0ab9a47d6d7</d4p1:IdCommunity> <d4p1:IdCompany>65bd2825-42a5-4540-8a30-788a7f51fdda</d4p1:IdCompany> <d4p1:IdFleet>6802fbf0-2e30-4438-921e-f4438b912309</d4p1:IdFleet> <d4p1:IdIdentificationModel>81d2e3a6-5606-4240-873e-c7de27e3a6f7</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>c95346eb-5f5c-45fb-b638-996b907596ca</d4p1:Id> <d4p1:IdCommunity>30eb6786-ee2c-492d-b046-d0ab9a47d6d7</d4p1:IdCommunity> <d4p1:IdCompany>65bd2825-42a5-4540-8a30-788a7f51fdda</d4p1:IdCompany> <d4p1:IdFleet>6802fbf0-2e30-4438-921e-f4438b912309</d4p1:IdFleet> <d4p1:IdIdentificationModel>81d2e3a6-5606-4240-873e-c7de27e3a6f7</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-09-13T08:00:26.7359186Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T08:00:26.7359186Z</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>8ee7f99e-233d-4d23-9053-c7ee2e187ddb</Id> <IdIdentificationModel>3496e8e2-ae2d-4b1e-b7d5-55e07904dc8c</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>8ee7f99e-233d-4d23-9053-c7ee2e187ddb</Id> <IdIdentificationModel>3496e8e2-ae2d-4b1e-b7d5-55e07904dc8c</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.
LoyaltyAccountDtoName | 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": "d8c6eba8-05d9-4968-9796-b618e80d6a82", "IdCommunity": "21208630-49a0-4e99-8a93-027c7cea9acf", "IdCompany": "cca832f6-1fd8-45c4-93f3-63e64054e3d0", "IdIdentity": "b7a15555-a7da-4cdf-9af3-778afc78ee0f", "IdentityNumber": "sample string 5", "IdentitiyNumberType": 64, "IdentityName": "sample string 7", "IdNetwork": "8b1a4e0a-309e-4dd7-be8a-2d29679e713f", "CommunityTarget": 9, "IdDriver": "708573fd-61e9-4008-bf4e-8ce7a94eec67", "DriverLicenseNumber": "sample string 10", "DriverCode": "sample string 11", "DriverEmail": "sample string 12", "DriverFirstName": "sample string 13", "DriverLastName": "sample string 14", "IdVehicle": "f84e248b-67b1-4cd8-90ae-88d205ddf32a", "IdFleet": "0a0a8efe-f27e-4e29-9a65-607d564bfe3b", "VehiclePlate": "sample string 15", "VehicleCode": "sample string 16", "Identities": [ { "Id": "a08bf03a-6ff8-4c9a-b6e4-b8a008889c8d", "IdNetwork": "a8aa9609-0c40-43de-a241-299adc5c98b8", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T08:00:26.7359186Z", "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-09-13T08:00:26.7359186Z", "CreatedNetworkDate": "2025-09-13T08:00:26.7359186Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T08:00:26.7359186Z", "UpdateNetworkDate": "2025-09-13T08:00:26.7359186Z", "LoyaltyIdentifications": [ { "Id": "234ec0d4-c62c-4c7d-85ad-cec59e5a41b9", "IdCommunity": "006865fb-6f0f-460c-8042-04968f621835", "IdCompany": "59d5fe64-79a8-482e-8965-e1dc83c36a5a", "IdFleet": "2e0d07a5-28c4-45ef-8f1c-886e31632a8b", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b", "Active": true, "PAN": "sample string 10" }, { "Id": "234ec0d4-c62c-4c7d-85ad-cec59e5a41b9", "IdCommunity": "006865fb-6f0f-460c-8042-04968f621835", "IdCompany": "59d5fe64-79a8-482e-8965-e1dc83c36a5a", "IdFleet": "2e0d07a5-28c4-45ef-8f1c-886e31632a8b", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b", "Active": true, "PAN": "sample string 10" } ] }, { "Id": "a08bf03a-6ff8-4c9a-b6e4-b8a008889c8d", "IdNetwork": "a8aa9609-0c40-43de-a241-299adc5c98b8", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T08:00:26.7359186Z", "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-09-13T08:00:26.7359186Z", "CreatedNetworkDate": "2025-09-13T08:00:26.7359186Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T08:00:26.7359186Z", "UpdateNetworkDate": "2025-09-13T08:00:26.7359186Z", "LoyaltyIdentifications": [ { "Id": "234ec0d4-c62c-4c7d-85ad-cec59e5a41b9", "IdCommunity": "006865fb-6f0f-460c-8042-04968f621835", "IdCompany": "59d5fe64-79a8-482e-8965-e1dc83c36a5a", "IdFleet": "2e0d07a5-28c4-45ef-8f1c-886e31632a8b", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b", "Active": true, "PAN": "sample string 10" }, { "Id": "234ec0d4-c62c-4c7d-85ad-cec59e5a41b9", "IdCommunity": "006865fb-6f0f-460c-8042-04968f621835", "IdCompany": "59d5fe64-79a8-482e-8965-e1dc83c36a5a", "IdFleet": "2e0d07a5-28c4-45ef-8f1c-886e31632a8b", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b", "Active": true, "PAN": "sample string 10" } ] } ], "LoyaltyClientCards": [ { "Id": "b48f24ca-ea9a-44bc-876d-04138afe8291", "IdentificationLabel": "sample string 2", "IdentificationTrackNumber": "sample string 3", "IdentificationType": 4, "IdIdentificationModel": "ead63647-9194-4a0e-9d60-cb625c3cde43", "Active": true, "IdentificationPAN": "sample string 7" }, { "Id": "b48f24ca-ea9a-44bc-876d-04138afe8291", "IdentificationLabel": "sample string 2", "IdentificationTrackNumber": "sample string 3", "IdentificationType": 4, "IdIdentificationModel": "ead63647-9194-4a0e-9d60-cb625c3cde43", "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>d8c6eba8-05d9-4968-9796-b618e80d6a82</Id> <IdCommunity>21208630-49a0-4e99-8a93-027c7cea9acf</IdCommunity> <IdCompany>cca832f6-1fd8-45c4-93f3-63e64054e3d0</IdCompany> <IdDriver>708573fd-61e9-4008-bf4e-8ce7a94eec67</IdDriver> <IdFleet>0a0a8efe-f27e-4e29-9a65-607d564bfe3b</IdFleet> <IdIdentity>b7a15555-a7da-4cdf-9af3-778afc78ee0f</IdIdentity> <IdNetwork>8b1a4e0a-309e-4dd7-be8a-2d29679e713f</IdNetwork> <IdVehicle>f84e248b-67b1-4cd8-90ae-88d205ddf32a</IdVehicle> <Identities> <IdentityDto> <Alias>sample string 5</Alias> <BirthDate>2025-09-13T08:00:26.7359186Z</BirthDate> <CreatedNetworkDate>2025-09-13T08:00:26.7359186Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T08:00:26.7359186Z</CreatedRealDate> <Id>a08bf03a-6ff8-4c9a-b6e4-b8a008889c8d</Id> <IdNetwork>a8aa9609-0c40-43de-a241-299adc5c98b8</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>234ec0d4-c62c-4c7d-85ad-cec59e5a41b9</d4p1:Id> <d4p1:IdCommunity>006865fb-6f0f-460c-8042-04968f621835</d4p1:IdCommunity> <d4p1:IdCompany>59d5fe64-79a8-482e-8965-e1dc83c36a5a</d4p1:IdCompany> <d4p1:IdFleet>2e0d07a5-28c4-45ef-8f1c-886e31632a8b</d4p1:IdFleet> <d4p1:IdIdentificationModel>7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b</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>234ec0d4-c62c-4c7d-85ad-cec59e5a41b9</d4p1:Id> <d4p1:IdCommunity>006865fb-6f0f-460c-8042-04968f621835</d4p1:IdCommunity> <d4p1:IdCompany>59d5fe64-79a8-482e-8965-e1dc83c36a5a</d4p1:IdCompany> <d4p1:IdFleet>2e0d07a5-28c4-45ef-8f1c-886e31632a8b</d4p1:IdFleet> <d4p1:IdIdentificationModel>7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b</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-09-13T08:00:26.7359186Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T08:00:26.7359186Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto> <IdentityDto> <Alias>sample string 5</Alias> <BirthDate>2025-09-13T08:00:26.7359186Z</BirthDate> <CreatedNetworkDate>2025-09-13T08:00:26.7359186Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T08:00:26.7359186Z</CreatedRealDate> <Id>a08bf03a-6ff8-4c9a-b6e4-b8a008889c8d</Id> <IdNetwork>a8aa9609-0c40-43de-a241-299adc5c98b8</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>234ec0d4-c62c-4c7d-85ad-cec59e5a41b9</d4p1:Id> <d4p1:IdCommunity>006865fb-6f0f-460c-8042-04968f621835</d4p1:IdCommunity> <d4p1:IdCompany>59d5fe64-79a8-482e-8965-e1dc83c36a5a</d4p1:IdCompany> <d4p1:IdFleet>2e0d07a5-28c4-45ef-8f1c-886e31632a8b</d4p1:IdFleet> <d4p1:IdIdentificationModel>7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b</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>234ec0d4-c62c-4c7d-85ad-cec59e5a41b9</d4p1:Id> <d4p1:IdCommunity>006865fb-6f0f-460c-8042-04968f621835</d4p1:IdCommunity> <d4p1:IdCompany>59d5fe64-79a8-482e-8965-e1dc83c36a5a</d4p1:IdCompany> <d4p1:IdFleet>2e0d07a5-28c4-45ef-8f1c-886e31632a8b</d4p1:IdFleet> <d4p1:IdIdentificationModel>7d03abcc-8d55-401d-a8b1-4b2b6ec27d7b</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-09-13T08:00:26.7359186Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T08:00:26.7359186Z</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>b48f24ca-ea9a-44bc-876d-04138afe8291</Id> <IdIdentificationModel>ead63647-9194-4a0e-9d60-cb625c3cde43</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>b48f24ca-ea9a-44bc-876d-04138afe8291</Id> <IdIdentificationModel>ead63647-9194-4a0e-9d60-cb625c3cde43</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>