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.
IdentityDto| Name | 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": "ff31d0e3-5e61-444b-86af-1defa83ff6cb",
"IdNetwork": "495061a6-2dd4-4fc9-880e-a8c79129f955",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-02-09T19:36:18.6412351Z",
"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": "2026-02-09T19:36:18.6412351Z",
"CreatedNetworkDate": "2026-02-09T19:36:18.6412351Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-02-09T19:36:18.6412351Z",
"UpdateNetworkDate": "2026-02-09T19:36:18.6412351Z",
"LoyaltyIdentifications": [
{
"Id": "35407a5b-bba9-4f24-934f-d0deb828c086",
"IdCommunity": "ac526aa5-191d-4a1e-a5f4-b6c652479206",
"IdCompany": "a006539f-a6cd-430d-815e-a60bd300766e",
"IdFleet": "8a91268f-2ba5-44a1-9a58-291de030ab42",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "4c3ac351-8aaa-4fbf-bb37-158f4b8b5341",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "35407a5b-bba9-4f24-934f-d0deb828c086",
"IdCommunity": "ac526aa5-191d-4a1e-a5f4-b6c652479206",
"IdCompany": "a006539f-a6cd-430d-815e-a60bd300766e",
"IdFleet": "8a91268f-2ba5-44a1-9a58-291de030ab42",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "4c3ac351-8aaa-4fbf-bb37-158f4b8b5341",
"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>2026-02-09T19:36:18.6412351Z</BirthDate>
<CreatedNetworkDate>2026-02-09T19:36:18.6412351Z</CreatedNetworkDate>
<CreatedRealDate>2026-02-09T19:36:18.6412351Z</CreatedRealDate>
<Id>ff31d0e3-5e61-444b-86af-1defa83ff6cb</Id>
<IdNetwork>495061a6-2dd4-4fc9-880e-a8c79129f955</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>35407a5b-bba9-4f24-934f-d0deb828c086</d2p1:Id>
<d2p1:IdCommunity>ac526aa5-191d-4a1e-a5f4-b6c652479206</d2p1:IdCommunity>
<d2p1:IdCompany>a006539f-a6cd-430d-815e-a60bd300766e</d2p1:IdCompany>
<d2p1:IdFleet>8a91268f-2ba5-44a1-9a58-291de030ab42</d2p1:IdFleet>
<d2p1:IdIdentificationModel>4c3ac351-8aaa-4fbf-bb37-158f4b8b5341</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>35407a5b-bba9-4f24-934f-d0deb828c086</d2p1:Id>
<d2p1:IdCommunity>ac526aa5-191d-4a1e-a5f4-b6c652479206</d2p1:IdCommunity>
<d2p1:IdCompany>a006539f-a6cd-430d-815e-a60bd300766e</d2p1:IdCompany>
<d2p1:IdFleet>8a91268f-2ba5-44a1-9a58-291de030ab42</d2p1:IdFleet>
<d2p1:IdIdentificationModel>4c3ac351-8aaa-4fbf-bb37-158f4b8b5341</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>2026-02-09T19:36:18.6412351Z</UpdateNetworkDate>
<UpdateRealDate>2026-02-09T19:36:18.6412351Z</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.
IdentityDto| Name | 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": "f69cb89f-1c5a-4caf-a9a8-c58a6f24bb7d",
"IdNetwork": "1905ad6e-c6a6-4026-a2e8-6ff2dedaa1b9",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-02-09T19:36:18.6568562Z",
"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": "2026-02-09T19:36:18.6568562Z",
"CreatedNetworkDate": "2026-02-09T19:36:18.6568562Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-02-09T19:36:18.6568562Z",
"UpdateNetworkDate": "2026-02-09T19:36:18.6568562Z",
"LoyaltyIdentifications": [
{
"Id": "888ae18b-9290-4478-a6a8-0d89f3a6780d",
"IdCommunity": "817287e7-b13f-4ae9-981f-e651118484df",
"IdCompany": "fdf7eb0c-f281-457d-9125-77b95f569933",
"IdFleet": "7128672f-2380-427a-9094-36c3ca0dc4e1",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "3e60db20-248a-4a32-a0f2-cfcf9d547c80",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "888ae18b-9290-4478-a6a8-0d89f3a6780d",
"IdCommunity": "817287e7-b13f-4ae9-981f-e651118484df",
"IdCompany": "fdf7eb0c-f281-457d-9125-77b95f569933",
"IdFleet": "7128672f-2380-427a-9094-36c3ca0dc4e1",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "3e60db20-248a-4a32-a0f2-cfcf9d547c80",
"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>2026-02-09T19:36:18.6568562Z</BirthDate>
<CreatedNetworkDate>2026-02-09T19:36:18.6568562Z</CreatedNetworkDate>
<CreatedRealDate>2026-02-09T19:36:18.6568562Z</CreatedRealDate>
<Id>f69cb89f-1c5a-4caf-a9a8-c58a6f24bb7d</Id>
<IdNetwork>1905ad6e-c6a6-4026-a2e8-6ff2dedaa1b9</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>888ae18b-9290-4478-a6a8-0d89f3a6780d</d2p1:Id>
<d2p1:IdCommunity>817287e7-b13f-4ae9-981f-e651118484df</d2p1:IdCommunity>
<d2p1:IdCompany>fdf7eb0c-f281-457d-9125-77b95f569933</d2p1:IdCompany>
<d2p1:IdFleet>7128672f-2380-427a-9094-36c3ca0dc4e1</d2p1:IdFleet>
<d2p1:IdIdentificationModel>3e60db20-248a-4a32-a0f2-cfcf9d547c80</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>888ae18b-9290-4478-a6a8-0d89f3a6780d</d2p1:Id>
<d2p1:IdCommunity>817287e7-b13f-4ae9-981f-e651118484df</d2p1:IdCommunity>
<d2p1:IdCompany>fdf7eb0c-f281-457d-9125-77b95f569933</d2p1:IdCompany>
<d2p1:IdFleet>7128672f-2380-427a-9094-36c3ca0dc4e1</d2p1:IdFleet>
<d2p1:IdIdentificationModel>3e60db20-248a-4a32-a0f2-cfcf9d547c80</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>2026-02-09T19:36:18.6568562Z</UpdateNetworkDate>
<UpdateRealDate>2026-02-09T19:36:18.6568562Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>