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": "f35951fc-a10f-4816-8d84-a8169446950d",
"IdNetwork": "733a399c-4938-434f-a6ca-536046447a73",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-25T07:47:04.0527519Z",
"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-06-25T07:47:04.0527519Z",
"CreatedNetworkDate": "2026-06-25T07:47:04.0527519Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-25T07:47:04.0527519Z",
"UpdateNetworkDate": "2026-06-25T07:47:04.0527519Z",
"LoyaltyIdentifications": [
{
"Id": "eb79914b-2953-4517-99ea-33895bc941cc",
"IdCommunity": "74ed2ee2-fcc4-4f0d-a3a3-800277ceb1bc",
"IdCompany": "f9d3ade9-507f-4ce9-9bfb-8e5fb9670fcb",
"IdFleet": "2e51cad6-693a-4080-a166-6d6f106bd187",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "17e977c2-64a8-4c2d-912d-37a230b66196",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "eb79914b-2953-4517-99ea-33895bc941cc",
"IdCommunity": "74ed2ee2-fcc4-4f0d-a3a3-800277ceb1bc",
"IdCompany": "f9d3ade9-507f-4ce9-9bfb-8e5fb9670fcb",
"IdFleet": "2e51cad6-693a-4080-a166-6d6f106bd187",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "17e977c2-64a8-4c2d-912d-37a230b66196",
"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-06-25T07:47:04.0527519Z</BirthDate>
<CreatedNetworkDate>2026-06-25T07:47:04.0527519Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-25T07:47:04.0527519Z</CreatedRealDate>
<Id>f35951fc-a10f-4816-8d84-a8169446950d</Id>
<IdNetwork>733a399c-4938-434f-a6ca-536046447a73</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>eb79914b-2953-4517-99ea-33895bc941cc</d2p1:Id>
<d2p1:IdCommunity>74ed2ee2-fcc4-4f0d-a3a3-800277ceb1bc</d2p1:IdCommunity>
<d2p1:IdCompany>f9d3ade9-507f-4ce9-9bfb-8e5fb9670fcb</d2p1:IdCompany>
<d2p1:IdFleet>2e51cad6-693a-4080-a166-6d6f106bd187</d2p1:IdFleet>
<d2p1:IdIdentificationModel>17e977c2-64a8-4c2d-912d-37a230b66196</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>eb79914b-2953-4517-99ea-33895bc941cc</d2p1:Id>
<d2p1:IdCommunity>74ed2ee2-fcc4-4f0d-a3a3-800277ceb1bc</d2p1:IdCommunity>
<d2p1:IdCompany>f9d3ade9-507f-4ce9-9bfb-8e5fb9670fcb</d2p1:IdCompany>
<d2p1:IdFleet>2e51cad6-693a-4080-a166-6d6f106bd187</d2p1:IdFleet>
<d2p1:IdIdentificationModel>17e977c2-64a8-4c2d-912d-37a230b66196</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-06-25T07:47:04.0527519Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-25T07:47:04.0527519Z</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": "ccfefdfe-eae8-445f-81cb-1cf71c03c4c2",
"IdNetwork": "c1c8002a-f798-476a-8429-a03e760851b1",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-06-25T07:47:04.0678909Z",
"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-06-25T07:47:04.0678909Z",
"CreatedNetworkDate": "2026-06-25T07:47:04.0678909Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-06-25T07:47:04.0678909Z",
"UpdateNetworkDate": "2026-06-25T07:47:04.0678909Z",
"LoyaltyIdentifications": [
{
"Id": "b0d7da03-be54-4750-a058-ca93760b8555",
"IdCommunity": "149a1f68-38c7-433e-a9b8-b470571ac332",
"IdCompany": "b26f5964-cc27-4d51-8adb-7bb9e15496b6",
"IdFleet": "315579a2-57a9-4081-9081-e72b8dde0cb8",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7ed0ebad-b019-4a2d-ad25-a619d462e701",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "b0d7da03-be54-4750-a058-ca93760b8555",
"IdCommunity": "149a1f68-38c7-433e-a9b8-b470571ac332",
"IdCompany": "b26f5964-cc27-4d51-8adb-7bb9e15496b6",
"IdFleet": "315579a2-57a9-4081-9081-e72b8dde0cb8",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "7ed0ebad-b019-4a2d-ad25-a619d462e701",
"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-06-25T07:47:04.0678909Z</BirthDate>
<CreatedNetworkDate>2026-06-25T07:47:04.0678909Z</CreatedNetworkDate>
<CreatedRealDate>2026-06-25T07:47:04.0678909Z</CreatedRealDate>
<Id>ccfefdfe-eae8-445f-81cb-1cf71c03c4c2</Id>
<IdNetwork>c1c8002a-f798-476a-8429-a03e760851b1</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>b0d7da03-be54-4750-a058-ca93760b8555</d2p1:Id>
<d2p1:IdCommunity>149a1f68-38c7-433e-a9b8-b470571ac332</d2p1:IdCommunity>
<d2p1:IdCompany>b26f5964-cc27-4d51-8adb-7bb9e15496b6</d2p1:IdCompany>
<d2p1:IdFleet>315579a2-57a9-4081-9081-e72b8dde0cb8</d2p1:IdFleet>
<d2p1:IdIdentificationModel>7ed0ebad-b019-4a2d-ad25-a619d462e701</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>b0d7da03-be54-4750-a058-ca93760b8555</d2p1:Id>
<d2p1:IdCommunity>149a1f68-38c7-433e-a9b8-b470571ac332</d2p1:IdCommunity>
<d2p1:IdCompany>b26f5964-cc27-4d51-8adb-7bb9e15496b6</d2p1:IdCompany>
<d2p1:IdFleet>315579a2-57a9-4081-9081-e72b8dde0cb8</d2p1:IdFleet>
<d2p1:IdIdentificationModel>7ed0ebad-b019-4a2d-ad25-a619d462e701</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-06-25T07:47:04.0678909Z</UpdateNetworkDate>
<UpdateRealDate>2026-06-25T07:47:04.0678909Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>