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": "16ec35ab-1252-4d4e-81bd-224bfe282a7c",
"IdNetwork": "b774c03f-b342-4cf1-aa6d-d3d875e168cf",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-13T09:17:29.2986794Z",
"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-08-13T09:17:29.2986794Z",
"CreatedNetworkDate": "2026-08-13T09:17:29.2986794Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-13T09:17:29.2986794Z",
"UpdateNetworkDate": "2026-08-13T09:17:29.2986794Z",
"LoyaltyIdentifications": [
{
"Id": "c9610c75-af93-40aa-b403-08f435e3e862",
"IdCommunity": "5417f43e-524c-493e-89e6-5e02d14ace9e",
"IdCompany": "1d57407f-0643-43db-9d24-c4cff593318f",
"IdFleet": "0c5a31c7-8a74-4360-8333-6597652acc26",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "905dfbcd-9c89-4069-a5e9-05d8194fd957",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "c9610c75-af93-40aa-b403-08f435e3e862",
"IdCommunity": "5417f43e-524c-493e-89e6-5e02d14ace9e",
"IdCompany": "1d57407f-0643-43db-9d24-c4cff593318f",
"IdFleet": "0c5a31c7-8a74-4360-8333-6597652acc26",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "905dfbcd-9c89-4069-a5e9-05d8194fd957",
"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-08-13T09:17:29.2986794Z</BirthDate>
<CreatedNetworkDate>2026-08-13T09:17:29.2986794Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-13T09:17:29.2986794Z</CreatedRealDate>
<Id>16ec35ab-1252-4d4e-81bd-224bfe282a7c</Id>
<IdNetwork>b774c03f-b342-4cf1-aa6d-d3d875e168cf</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>c9610c75-af93-40aa-b403-08f435e3e862</d2p1:Id>
<d2p1:IdCommunity>5417f43e-524c-493e-89e6-5e02d14ace9e</d2p1:IdCommunity>
<d2p1:IdCompany>1d57407f-0643-43db-9d24-c4cff593318f</d2p1:IdCompany>
<d2p1:IdFleet>0c5a31c7-8a74-4360-8333-6597652acc26</d2p1:IdFleet>
<d2p1:IdIdentificationModel>905dfbcd-9c89-4069-a5e9-05d8194fd957</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>c9610c75-af93-40aa-b403-08f435e3e862</d2p1:Id>
<d2p1:IdCommunity>5417f43e-524c-493e-89e6-5e02d14ace9e</d2p1:IdCommunity>
<d2p1:IdCompany>1d57407f-0643-43db-9d24-c4cff593318f</d2p1:IdCompany>
<d2p1:IdFleet>0c5a31c7-8a74-4360-8333-6597652acc26</d2p1:IdFleet>
<d2p1:IdIdentificationModel>905dfbcd-9c89-4069-a5e9-05d8194fd957</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-08-13T09:17:29.2986794Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-13T09:17:29.2986794Z</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": "720a77fa-9af2-4d1d-a065-c8b32c9ddd05",
"IdNetwork": "9d8a18a3-0433-4d12-9377-bcfce467e570",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-08-13T09:17:29.3143043Z",
"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-08-13T09:17:29.3143043Z",
"CreatedNetworkDate": "2026-08-13T09:17:29.3143043Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-08-13T09:17:29.3143043Z",
"UpdateNetworkDate": "2026-08-13T09:17:29.3143043Z",
"LoyaltyIdentifications": [
{
"Id": "16cc396f-e0af-41a9-a5d7-aceae9c3d604",
"IdCommunity": "e57fbf7f-a057-4aed-bc9c-55351ebc8638",
"IdCompany": "cc448553-bb45-4c5f-807a-09e060a06dd6",
"IdFleet": "4c4c124b-f9c3-41ce-908a-0dd549878db6",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "4071effc-3e5d-48f4-8174-eedb1a7a532a",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "16cc396f-e0af-41a9-a5d7-aceae9c3d604",
"IdCommunity": "e57fbf7f-a057-4aed-bc9c-55351ebc8638",
"IdCompany": "cc448553-bb45-4c5f-807a-09e060a06dd6",
"IdFleet": "4c4c124b-f9c3-41ce-908a-0dd549878db6",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "4071effc-3e5d-48f4-8174-eedb1a7a532a",
"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-08-13T09:17:29.3143043Z</BirthDate>
<CreatedNetworkDate>2026-08-13T09:17:29.3143043Z</CreatedNetworkDate>
<CreatedRealDate>2026-08-13T09:17:29.3143043Z</CreatedRealDate>
<Id>720a77fa-9af2-4d1d-a065-c8b32c9ddd05</Id>
<IdNetwork>9d8a18a3-0433-4d12-9377-bcfce467e570</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>16cc396f-e0af-41a9-a5d7-aceae9c3d604</d2p1:Id>
<d2p1:IdCommunity>e57fbf7f-a057-4aed-bc9c-55351ebc8638</d2p1:IdCommunity>
<d2p1:IdCompany>cc448553-bb45-4c5f-807a-09e060a06dd6</d2p1:IdCompany>
<d2p1:IdFleet>4c4c124b-f9c3-41ce-908a-0dd549878db6</d2p1:IdFleet>
<d2p1:IdIdentificationModel>4071effc-3e5d-48f4-8174-eedb1a7a532a</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>16cc396f-e0af-41a9-a5d7-aceae9c3d604</d2p1:Id>
<d2p1:IdCommunity>e57fbf7f-a057-4aed-bc9c-55351ebc8638</d2p1:IdCommunity>
<d2p1:IdCompany>cc448553-bb45-4c5f-807a-09e060a06dd6</d2p1:IdCompany>
<d2p1:IdFleet>4c4c124b-f9c3-41ce-908a-0dd549878db6</d2p1:IdFleet>
<d2p1:IdIdentificationModel>4071effc-3e5d-48f4-8174-eedb1a7a532a</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-08-13T09:17:29.3143043Z</UpdateNetworkDate>
<UpdateRealDate>2026-08-13T09:17:29.3143043Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>