PUT Identities/{id}
Updates the identity.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the identification. |
globally unique identifier |
Required |
Body Parameters
The new data of the Identity.
IdentityDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
IdentityNumber | string |
None. |
|
IdentityNumberType | byte |
None. |
|
Name | string |
None. |
|
Alias | string |
None. |
|
BirthDate | date |
None. |
|
StreetAddress | string |
None. |
|
ZipCode | string |
None. |
|
PhoneNumber | string |
None. |
|
ProfilePicture | string |
None. |
|
ReportedIdentityNumber | string |
None. |
|
ReportedCountry | string |
None. |
|
ReportedFirstName | string |
None. |
|
ReportedLastName | string |
None. |
|
ReportedSex | string |
None. |
|
ReportedBirthDate | string |
None. |
|
ReportedIssueDate | string |
None. |
|
ReportedProcedureNumber | string |
None. |
|
ReportedCopy | string |
None. |
|
UserConsent | boolean |
None. |
|
CreatedRealDate | date |
None. |
|
CreatedNetworkDate | date |
None. |
|
NetworkTimezoneCode | string |
None. |
|
UpdateRealDate | date |
None. |
|
UpdateNetworkDate | date |
None. |
|
LoyaltyIdentifications | Collection of IdentityLoyaltyIdentificationDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "8be91a15-017d-411e-af21-ec89ec2d5234", "IdNetwork": "f1e0132f-68df-43a1-a7b0-ea3be5462789", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-18T18:09:14.5563299Z", "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-18T18:09:14.5563299Z", "CreatedNetworkDate": "2025-09-18T18:09:14.5563299Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-18T18:09:14.5563299Z", "UpdateNetworkDate": "2025-09-18T18:09:14.5563299Z", "LoyaltyIdentifications": [ { "Id": "52306892-87a5-45fe-bf99-6aa77d42ffa3", "IdCommunity": "4b3285bc-559a-4dd7-8dbb-14ee027b2248", "IdCompany": "818e1364-1e16-4999-a6e9-c86a1576bc41", "IdFleet": "7442f0b0-ba06-4b63-a4da-ebf8531a20d3", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "ec1c35be-2601-4ae3-9837-f42b95b3acac", "Active": true, "PAN": "sample string 10" }, { "Id": "52306892-87a5-45fe-bf99-6aa77d42ffa3", "IdCommunity": "4b3285bc-559a-4dd7-8dbb-14ee027b2248", "IdCompany": "818e1364-1e16-4999-a6e9-c86a1576bc41", "IdFleet": "7442f0b0-ba06-4b63-a4da-ebf8531a20d3", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "ec1c35be-2601-4ae3-9837-f42b95b3acac", "Active": true, "PAN": "sample string 10" } ] }
application/xml, text/xml
Sample:
<IdentityDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Alias>sample string 5</Alias> <BirthDate>2025-09-18T18:09:14.5563299Z</BirthDate> <CreatedNetworkDate>2025-09-18T18:09:14.5563299Z</CreatedNetworkDate> <CreatedRealDate>2025-09-18T18:09:14.5563299Z</CreatedRealDate> <Id>8be91a15-017d-411e-af21-ec89ec2d5234</Id> <IdNetwork>f1e0132f-68df-43a1-a7b0-ea3be5462789</IdNetwork> <IdentityNumber>sample string 3</IdentityNumber> <IdentityNumberType>64</IdentityNumberType> <LoyaltyIdentifications xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ationet.Model.Community"> <d2p1:IdentityLoyaltyIdentificationDto> <d2p1:Active>true</d2p1:Active> <d2p1:CommunityName>sample string 4</d2p1:CommunityName> <d2p1:CommunityTarget>1</d2p1:CommunityTarget> <d2p1:Id>52306892-87a5-45fe-bf99-6aa77d42ffa3</d2p1:Id> <d2p1:IdCommunity>4b3285bc-559a-4dd7-8dbb-14ee027b2248</d2p1:IdCommunity> <d2p1:IdCompany>818e1364-1e16-4999-a6e9-c86a1576bc41</d2p1:IdCompany> <d2p1:IdFleet>7442f0b0-ba06-4b63-a4da-ebf8531a20d3</d2p1:IdFleet> <d2p1:IdIdentificationModel>ec1c35be-2601-4ae3-9837-f42b95b3acac</d2p1:IdIdentificationModel> <d2p1:Label>sample string 5</d2p1:Label> <d2p1:PAN>sample string 10</d2p1:PAN> <d2p1:TrackNumber>sample string 6</d2p1:TrackNumber> <d2p1:Type>7</d2p1:Type> </d2p1:IdentityLoyaltyIdentificationDto> <d2p1:IdentityLoyaltyIdentificationDto> <d2p1:Active>true</d2p1:Active> <d2p1:CommunityName>sample string 4</d2p1:CommunityName> <d2p1:CommunityTarget>1</d2p1:CommunityTarget> <d2p1:Id>52306892-87a5-45fe-bf99-6aa77d42ffa3</d2p1:Id> <d2p1:IdCommunity>4b3285bc-559a-4dd7-8dbb-14ee027b2248</d2p1:IdCommunity> <d2p1:IdCompany>818e1364-1e16-4999-a6e9-c86a1576bc41</d2p1:IdCompany> <d2p1:IdFleet>7442f0b0-ba06-4b63-a4da-ebf8531a20d3</d2p1:IdFleet> <d2p1:IdIdentificationModel>ec1c35be-2601-4ae3-9837-f42b95b3acac</d2p1:IdIdentificationModel> <d2p1:Label>sample string 5</d2p1:Label> <d2p1:PAN>sample string 10</d2p1:PAN> <d2p1:TrackNumber>sample string 6</d2p1:TrackNumber> <d2p1:Type>7</d2p1:Type> </d2p1: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-18T18:09:14.5563299Z</UpdateNetworkDate> <UpdateRealDate>2025-09-18T18:09:14.5563299Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IdentityDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
IdentityNumber | string |
None. |
|
IdentityNumberType | byte |
None. |
|
Name | string |
None. |
|
Alias | string |
None. |
|
BirthDate | date |
None. |
|
StreetAddress | string |
None. |
|
ZipCode | string |
None. |
|
PhoneNumber | string |
None. |
|
ProfilePicture | string |
None. |
|
ReportedIdentityNumber | string |
None. |
|
ReportedCountry | string |
None. |
|
ReportedFirstName | string |
None. |
|
ReportedLastName | string |
None. |
|
ReportedSex | string |
None. |
|
ReportedBirthDate | string |
None. |
|
ReportedIssueDate | string |
None. |
|
ReportedProcedureNumber | string |
None. |
|
ReportedCopy | string |
None. |
|
UserConsent | boolean |
None. |
|
CreatedRealDate | date |
None. |
|
CreatedNetworkDate | date |
None. |
|
NetworkTimezoneCode | string |
None. |
|
UpdateRealDate | date |
None. |
|
UpdateNetworkDate | date |
None. |
|
LoyaltyIdentifications | Collection of IdentityLoyaltyIdentificationDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "cd16904c-5d42-4baa-b77e-f444099ba812", "IdNetwork": "7417b4ae-6738-479c-8696-21524c821c7e", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-18T18:09:14.5719542Z", "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-18T18:09:14.5719542Z", "CreatedNetworkDate": "2025-09-18T18:09:14.5719542Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-18T18:09:14.5719542Z", "UpdateNetworkDate": "2025-09-18T18:09:14.5719542Z", "LoyaltyIdentifications": [ { "Id": "3ee2935f-2dd7-44b8-a319-a4453b71c665", "IdCommunity": "20e10d0f-7982-4e06-a760-31388e344214", "IdCompany": "9eacb693-ecbc-4836-a057-b570af1bb700", "IdFleet": "1f151861-b05e-448d-9d8d-302043b2f8bb", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "3744acce-5e9e-4cfe-a777-76bee2a85414", "Active": true, "PAN": "sample string 10" }, { "Id": "3ee2935f-2dd7-44b8-a319-a4453b71c665", "IdCommunity": "20e10d0f-7982-4e06-a760-31388e344214", "IdCompany": "9eacb693-ecbc-4836-a057-b570af1bb700", "IdFleet": "1f151861-b05e-448d-9d8d-302043b2f8bb", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "3744acce-5e9e-4cfe-a777-76bee2a85414", "Active": true, "PAN": "sample string 10" } ] }
application/xml, text/xml
Sample:
<IdentityDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Alias>sample string 5</Alias> <BirthDate>2025-09-18T18:09:14.5719542Z</BirthDate> <CreatedNetworkDate>2025-09-18T18:09:14.5719542Z</CreatedNetworkDate> <CreatedRealDate>2025-09-18T18:09:14.5719542Z</CreatedRealDate> <Id>cd16904c-5d42-4baa-b77e-f444099ba812</Id> <IdNetwork>7417b4ae-6738-479c-8696-21524c821c7e</IdNetwork> <IdentityNumber>sample string 3</IdentityNumber> <IdentityNumberType>64</IdentityNumberType> <LoyaltyIdentifications xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ationet.Model.Community"> <d2p1:IdentityLoyaltyIdentificationDto> <d2p1:Active>true</d2p1:Active> <d2p1:CommunityName>sample string 4</d2p1:CommunityName> <d2p1:CommunityTarget>1</d2p1:CommunityTarget> <d2p1:Id>3ee2935f-2dd7-44b8-a319-a4453b71c665</d2p1:Id> <d2p1:IdCommunity>20e10d0f-7982-4e06-a760-31388e344214</d2p1:IdCommunity> <d2p1:IdCompany>9eacb693-ecbc-4836-a057-b570af1bb700</d2p1:IdCompany> <d2p1:IdFleet>1f151861-b05e-448d-9d8d-302043b2f8bb</d2p1:IdFleet> <d2p1:IdIdentificationModel>3744acce-5e9e-4cfe-a777-76bee2a85414</d2p1:IdIdentificationModel> <d2p1:Label>sample string 5</d2p1:Label> <d2p1:PAN>sample string 10</d2p1:PAN> <d2p1:TrackNumber>sample string 6</d2p1:TrackNumber> <d2p1:Type>7</d2p1:Type> </d2p1:IdentityLoyaltyIdentificationDto> <d2p1:IdentityLoyaltyIdentificationDto> <d2p1:Active>true</d2p1:Active> <d2p1:CommunityName>sample string 4</d2p1:CommunityName> <d2p1:CommunityTarget>1</d2p1:CommunityTarget> <d2p1:Id>3ee2935f-2dd7-44b8-a319-a4453b71c665</d2p1:Id> <d2p1:IdCommunity>20e10d0f-7982-4e06-a760-31388e344214</d2p1:IdCommunity> <d2p1:IdCompany>9eacb693-ecbc-4836-a057-b570af1bb700</d2p1:IdCompany> <d2p1:IdFleet>1f151861-b05e-448d-9d8d-302043b2f8bb</d2p1:IdFleet> <d2p1:IdIdentificationModel>3744acce-5e9e-4cfe-a777-76bee2a85414</d2p1:IdIdentificationModel> <d2p1:Label>sample string 5</d2p1:Label> <d2p1:PAN>sample string 10</d2p1:PAN> <d2p1:TrackNumber>sample string 6</d2p1:TrackNumber> <d2p1:Type>7</d2p1:Type> </d2p1: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-18T18:09:14.5719542Z</UpdateNetworkDate> <UpdateRealDate>2025-09-18T18:09:14.5719542Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto>