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": "a6ac0871-8c38-429b-89e1-70f272e55c71",
"IdNetwork": "fe64c286-4e5c-4895-927e-8f7be32a229e",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-01-05T01:09:17.0492144Z",
"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-01-05T01:09:17.0492144Z",
"CreatedNetworkDate": "2026-01-05T01:09:17.0492144Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-01-05T01:09:17.0492144Z",
"UpdateNetworkDate": "2026-01-05T01:09:17.0492144Z",
"LoyaltyIdentifications": [
{
"Id": "f700b136-240a-4a8b-89cc-c66b297ef3a6",
"IdCommunity": "de4563bc-e312-4438-9df2-cca4632680fc",
"IdCompany": "00fbf304-2f2c-4d89-be46-a7087190005d",
"IdFleet": "dbff4874-e7a5-48cc-95c7-6c3ec3f0cade",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "58414102-0a69-4af5-9256-eec53f29fd4f",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "f700b136-240a-4a8b-89cc-c66b297ef3a6",
"IdCommunity": "de4563bc-e312-4438-9df2-cca4632680fc",
"IdCompany": "00fbf304-2f2c-4d89-be46-a7087190005d",
"IdFleet": "dbff4874-e7a5-48cc-95c7-6c3ec3f0cade",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "58414102-0a69-4af5-9256-eec53f29fd4f",
"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-01-05T01:09:17.0492144Z</BirthDate>
<CreatedNetworkDate>2026-01-05T01:09:17.0492144Z</CreatedNetworkDate>
<CreatedRealDate>2026-01-05T01:09:17.0492144Z</CreatedRealDate>
<Id>a6ac0871-8c38-429b-89e1-70f272e55c71</Id>
<IdNetwork>fe64c286-4e5c-4895-927e-8f7be32a229e</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>f700b136-240a-4a8b-89cc-c66b297ef3a6</d2p1:Id>
<d2p1:IdCommunity>de4563bc-e312-4438-9df2-cca4632680fc</d2p1:IdCommunity>
<d2p1:IdCompany>00fbf304-2f2c-4d89-be46-a7087190005d</d2p1:IdCompany>
<d2p1:IdFleet>dbff4874-e7a5-48cc-95c7-6c3ec3f0cade</d2p1:IdFleet>
<d2p1:IdIdentificationModel>58414102-0a69-4af5-9256-eec53f29fd4f</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>f700b136-240a-4a8b-89cc-c66b297ef3a6</d2p1:Id>
<d2p1:IdCommunity>de4563bc-e312-4438-9df2-cca4632680fc</d2p1:IdCommunity>
<d2p1:IdCompany>00fbf304-2f2c-4d89-be46-a7087190005d</d2p1:IdCompany>
<d2p1:IdFleet>dbff4874-e7a5-48cc-95c7-6c3ec3f0cade</d2p1:IdFleet>
<d2p1:IdIdentificationModel>58414102-0a69-4af5-9256-eec53f29fd4f</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-01-05T01:09:17.0492144Z</UpdateNetworkDate>
<UpdateRealDate>2026-01-05T01:09:17.0492144Z</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": "d93f1a0d-abc5-4016-a8e1-56c92b78557e",
"IdNetwork": "0e02808e-1a67-4dec-b324-0115bb9096a5",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-01-05T01:09:17.0804591Z",
"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-01-05T01:09:17.0804591Z",
"CreatedNetworkDate": "2026-01-05T01:09:17.0804591Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-01-05T01:09:17.0804591Z",
"UpdateNetworkDate": "2026-01-05T01:09:17.0804591Z",
"LoyaltyIdentifications": [
{
"Id": "825fd5e5-391c-4895-b857-f3c118eadede",
"IdCommunity": "cdc2170a-51a2-404c-9089-40967876d4c1",
"IdCompany": "17bbacad-8458-4e33-9f55-57fe3c907682",
"IdFleet": "d25c1c3e-3f68-4a32-bcae-5cd051eafaed",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "946d76f8-5917-4513-bc36-7d844f656a67",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "825fd5e5-391c-4895-b857-f3c118eadede",
"IdCommunity": "cdc2170a-51a2-404c-9089-40967876d4c1",
"IdCompany": "17bbacad-8458-4e33-9f55-57fe3c907682",
"IdFleet": "d25c1c3e-3f68-4a32-bcae-5cd051eafaed",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "946d76f8-5917-4513-bc36-7d844f656a67",
"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-01-05T01:09:17.0804591Z</BirthDate>
<CreatedNetworkDate>2026-01-05T01:09:17.0804591Z</CreatedNetworkDate>
<CreatedRealDate>2026-01-05T01:09:17.0804591Z</CreatedRealDate>
<Id>d93f1a0d-abc5-4016-a8e1-56c92b78557e</Id>
<IdNetwork>0e02808e-1a67-4dec-b324-0115bb9096a5</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>825fd5e5-391c-4895-b857-f3c118eadede</d2p1:Id>
<d2p1:IdCommunity>cdc2170a-51a2-404c-9089-40967876d4c1</d2p1:IdCommunity>
<d2p1:IdCompany>17bbacad-8458-4e33-9f55-57fe3c907682</d2p1:IdCompany>
<d2p1:IdFleet>d25c1c3e-3f68-4a32-bcae-5cd051eafaed</d2p1:IdFleet>
<d2p1:IdIdentificationModel>946d76f8-5917-4513-bc36-7d844f656a67</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>825fd5e5-391c-4895-b857-f3c118eadede</d2p1:Id>
<d2p1:IdCommunity>cdc2170a-51a2-404c-9089-40967876d4c1</d2p1:IdCommunity>
<d2p1:IdCompany>17bbacad-8458-4e33-9f55-57fe3c907682</d2p1:IdCompany>
<d2p1:IdFleet>d25c1c3e-3f68-4a32-bcae-5cd051eafaed</d2p1:IdFleet>
<d2p1:IdIdentificationModel>946d76f8-5917-4513-bc36-7d844f656a67</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-01-05T01:09:17.0804591Z</UpdateNetworkDate>
<UpdateRealDate>2026-01-05T01:09:17.0804591Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>