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": "c158a8a9-fc26-45b7-93f4-884ae1375061", "IdNetwork": "7946689b-d0af-4be1-8bc7-19929f042408", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-06-12T08:20:15.4905069Z", "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-06-12T08:20:15.4905069Z", "CreatedNetworkDate": "2025-06-12T08:20:15.4905069Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-06-12T08:20:15.4905069Z", "UpdateNetworkDate": "2025-06-12T08:20:15.4905069Z", "LoyaltyIdentifications": [ { "Id": "083bd1cc-fd0c-4009-a6a1-dd501344a998", "IdCommunity": "d5bbf47f-267e-40cc-9342-d7a04511f9f4", "IdCompany": "04cb6a14-ffeb-4a46-a4a4-6768b0882f28", "IdFleet": "275ac9f2-9ffb-4d12-9715-b845fbfeffc6", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "3c3f652d-a2ed-4ea7-8283-d80aa045a199", "Active": true, "PAN": "sample string 10" }, { "Id": "083bd1cc-fd0c-4009-a6a1-dd501344a998", "IdCommunity": "d5bbf47f-267e-40cc-9342-d7a04511f9f4", "IdCompany": "04cb6a14-ffeb-4a46-a4a4-6768b0882f28", "IdFleet": "275ac9f2-9ffb-4d12-9715-b845fbfeffc6", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "3c3f652d-a2ed-4ea7-8283-d80aa045a199", "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-06-12T08:20:15.4905069Z</BirthDate> <CreatedNetworkDate>2025-06-12T08:20:15.4905069Z</CreatedNetworkDate> <CreatedRealDate>2025-06-12T08:20:15.4905069Z</CreatedRealDate> <Id>c158a8a9-fc26-45b7-93f4-884ae1375061</Id> <IdNetwork>7946689b-d0af-4be1-8bc7-19929f042408</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>083bd1cc-fd0c-4009-a6a1-dd501344a998</d2p1:Id> <d2p1:IdCommunity>d5bbf47f-267e-40cc-9342-d7a04511f9f4</d2p1:IdCommunity> <d2p1:IdCompany>04cb6a14-ffeb-4a46-a4a4-6768b0882f28</d2p1:IdCompany> <d2p1:IdFleet>275ac9f2-9ffb-4d12-9715-b845fbfeffc6</d2p1:IdFleet> <d2p1:IdIdentificationModel>3c3f652d-a2ed-4ea7-8283-d80aa045a199</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>083bd1cc-fd0c-4009-a6a1-dd501344a998</d2p1:Id> <d2p1:IdCommunity>d5bbf47f-267e-40cc-9342-d7a04511f9f4</d2p1:IdCommunity> <d2p1:IdCompany>04cb6a14-ffeb-4a46-a4a4-6768b0882f28</d2p1:IdCompany> <d2p1:IdFleet>275ac9f2-9ffb-4d12-9715-b845fbfeffc6</d2p1:IdFleet> <d2p1:IdIdentificationModel>3c3f652d-a2ed-4ea7-8283-d80aa045a199</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-06-12T08:20:15.4905069Z</UpdateNetworkDate> <UpdateRealDate>2025-06-12T08:20:15.4905069Z</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": "53041312-9e50-4beb-a7b9-765403cea0fd", "IdNetwork": "19756b7e-1962-43fb-9e33-a848598f0462", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-06-12T08:20:15.5061339Z", "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-06-12T08:20:15.5061339Z", "CreatedNetworkDate": "2025-06-12T08:20:15.5061339Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-06-12T08:20:15.5061339Z", "UpdateNetworkDate": "2025-06-12T08:20:15.5061339Z", "LoyaltyIdentifications": [ { "Id": "640c0a4a-8d09-461b-8eb5-f9ee17cadc8e", "IdCommunity": "2151a565-3bce-4d46-bf5c-2b2c4ee34b00", "IdCompany": "1ed8963b-a7c1-4f54-8a06-c38187a7daf2", "IdFleet": "71623c37-2079-4a99-be45-9abb6cbe69e8", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "5d786a4a-71e3-4b8e-9f2e-c94eb7f591e9", "Active": true, "PAN": "sample string 10" }, { "Id": "640c0a4a-8d09-461b-8eb5-f9ee17cadc8e", "IdCommunity": "2151a565-3bce-4d46-bf5c-2b2c4ee34b00", "IdCompany": "1ed8963b-a7c1-4f54-8a06-c38187a7daf2", "IdFleet": "71623c37-2079-4a99-be45-9abb6cbe69e8", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "5d786a4a-71e3-4b8e-9f2e-c94eb7f591e9", "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-06-12T08:20:15.5061339Z</BirthDate> <CreatedNetworkDate>2025-06-12T08:20:15.5061339Z</CreatedNetworkDate> <CreatedRealDate>2025-06-12T08:20:15.5061339Z</CreatedRealDate> <Id>53041312-9e50-4beb-a7b9-765403cea0fd</Id> <IdNetwork>19756b7e-1962-43fb-9e33-a848598f0462</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>640c0a4a-8d09-461b-8eb5-f9ee17cadc8e</d2p1:Id> <d2p1:IdCommunity>2151a565-3bce-4d46-bf5c-2b2c4ee34b00</d2p1:IdCommunity> <d2p1:IdCompany>1ed8963b-a7c1-4f54-8a06-c38187a7daf2</d2p1:IdCompany> <d2p1:IdFleet>71623c37-2079-4a99-be45-9abb6cbe69e8</d2p1:IdFleet> <d2p1:IdIdentificationModel>5d786a4a-71e3-4b8e-9f2e-c94eb7f591e9</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>640c0a4a-8d09-461b-8eb5-f9ee17cadc8e</d2p1:Id> <d2p1:IdCommunity>2151a565-3bce-4d46-bf5c-2b2c4ee34b00</d2p1:IdCommunity> <d2p1:IdCompany>1ed8963b-a7c1-4f54-8a06-c38187a7daf2</d2p1:IdCompany> <d2p1:IdFleet>71623c37-2079-4a99-be45-9abb6cbe69e8</d2p1:IdFleet> <d2p1:IdIdentificationModel>5d786a4a-71e3-4b8e-9f2e-c94eb7f591e9</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-06-12T08:20:15.5061339Z</UpdateNetworkDate> <UpdateRealDate>2025-06-12T08:20:15.5061339Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto>