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": "4de5a801-ac4b-498b-ae0b-633cbd5fcda8",
"IdNetwork": "65b12e6d-eadf-40c0-9eda-f2c1ecf65530",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-02-12T19:29:38.0376811Z",
"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-12T19:29:38.0376811Z",
"CreatedNetworkDate": "2026-02-12T19:29:38.0376811Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-02-12T19:29:38.0376811Z",
"UpdateNetworkDate": "2026-02-12T19:29:38.0376811Z",
"LoyaltyIdentifications": [
{
"Id": "7d8787fe-2e4e-46da-8f72-14c907e7da0f",
"IdCommunity": "3ef77a66-f078-410c-87b3-e7c3c781944d",
"IdCompany": "0bf54aab-85c0-474e-94fb-3e95ee19b031",
"IdFleet": "5cf0e369-dd62-42c5-9647-526bdbc9fe30",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "ece0ef23-a5c3-4bda-8453-bb35e32020cd",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "7d8787fe-2e4e-46da-8f72-14c907e7da0f",
"IdCommunity": "3ef77a66-f078-410c-87b3-e7c3c781944d",
"IdCompany": "0bf54aab-85c0-474e-94fb-3e95ee19b031",
"IdFleet": "5cf0e369-dd62-42c5-9647-526bdbc9fe30",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "ece0ef23-a5c3-4bda-8453-bb35e32020cd",
"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-12T19:29:38.0376811Z</BirthDate>
<CreatedNetworkDate>2026-02-12T19:29:38.0376811Z</CreatedNetworkDate>
<CreatedRealDate>2026-02-12T19:29:38.0376811Z</CreatedRealDate>
<Id>4de5a801-ac4b-498b-ae0b-633cbd5fcda8</Id>
<IdNetwork>65b12e6d-eadf-40c0-9eda-f2c1ecf65530</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>7d8787fe-2e4e-46da-8f72-14c907e7da0f</d2p1:Id>
<d2p1:IdCommunity>3ef77a66-f078-410c-87b3-e7c3c781944d</d2p1:IdCommunity>
<d2p1:IdCompany>0bf54aab-85c0-474e-94fb-3e95ee19b031</d2p1:IdCompany>
<d2p1:IdFleet>5cf0e369-dd62-42c5-9647-526bdbc9fe30</d2p1:IdFleet>
<d2p1:IdIdentificationModel>ece0ef23-a5c3-4bda-8453-bb35e32020cd</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>7d8787fe-2e4e-46da-8f72-14c907e7da0f</d2p1:Id>
<d2p1:IdCommunity>3ef77a66-f078-410c-87b3-e7c3c781944d</d2p1:IdCommunity>
<d2p1:IdCompany>0bf54aab-85c0-474e-94fb-3e95ee19b031</d2p1:IdCompany>
<d2p1:IdFleet>5cf0e369-dd62-42c5-9647-526bdbc9fe30</d2p1:IdFleet>
<d2p1:IdIdentificationModel>ece0ef23-a5c3-4bda-8453-bb35e32020cd</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-12T19:29:38.0376811Z</UpdateNetworkDate>
<UpdateRealDate>2026-02-12T19:29:38.0376811Z</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": "7a53054d-46e9-45bc-b9dc-5d9426937804",
"IdNetwork": "04d770af-06be-4b3e-bf82-d5e9b53d2713",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-02-12T19:29:38.1314362Z",
"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-12T19:29:38.1314362Z",
"CreatedNetworkDate": "2026-02-12T19:29:38.1314362Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-02-12T19:29:38.1314362Z",
"UpdateNetworkDate": "2026-02-12T19:29:38.1314362Z",
"LoyaltyIdentifications": [
{
"Id": "7972215e-7283-4463-a466-db4879f77e7f",
"IdCommunity": "b8775441-c80a-4b2d-9f04-292cb92a52c3",
"IdCompany": "0ea23627-2732-47bc-9ade-bcd5accd6c4a",
"IdFleet": "bb19268a-b34b-443a-a30a-92da644b4b98",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "2ebf0aa3-f414-406e-8e37-6c7710d71d4a",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "7972215e-7283-4463-a466-db4879f77e7f",
"IdCommunity": "b8775441-c80a-4b2d-9f04-292cb92a52c3",
"IdCompany": "0ea23627-2732-47bc-9ade-bcd5accd6c4a",
"IdFleet": "bb19268a-b34b-443a-a30a-92da644b4b98",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "2ebf0aa3-f414-406e-8e37-6c7710d71d4a",
"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-12T19:29:38.1314362Z</BirthDate>
<CreatedNetworkDate>2026-02-12T19:29:38.1314362Z</CreatedNetworkDate>
<CreatedRealDate>2026-02-12T19:29:38.1314362Z</CreatedRealDate>
<Id>7a53054d-46e9-45bc-b9dc-5d9426937804</Id>
<IdNetwork>04d770af-06be-4b3e-bf82-d5e9b53d2713</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>7972215e-7283-4463-a466-db4879f77e7f</d2p1:Id>
<d2p1:IdCommunity>b8775441-c80a-4b2d-9f04-292cb92a52c3</d2p1:IdCommunity>
<d2p1:IdCompany>0ea23627-2732-47bc-9ade-bcd5accd6c4a</d2p1:IdCompany>
<d2p1:IdFleet>bb19268a-b34b-443a-a30a-92da644b4b98</d2p1:IdFleet>
<d2p1:IdIdentificationModel>2ebf0aa3-f414-406e-8e37-6c7710d71d4a</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>7972215e-7283-4463-a466-db4879f77e7f</d2p1:Id>
<d2p1:IdCommunity>b8775441-c80a-4b2d-9f04-292cb92a52c3</d2p1:IdCommunity>
<d2p1:IdCompany>0ea23627-2732-47bc-9ade-bcd5accd6c4a</d2p1:IdCompany>
<d2p1:IdFleet>bb19268a-b34b-443a-a30a-92da644b4b98</d2p1:IdFleet>
<d2p1:IdIdentificationModel>2ebf0aa3-f414-406e-8e37-6c7710d71d4a</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-12T19:29:38.1314362Z</UpdateNetworkDate>
<UpdateRealDate>2026-02-12T19:29:38.1314362Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>