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": "a79af649-81ec-40b7-ad0a-8295385c1847",
"IdNetwork": "f3e68377-5ef9-4849-a89c-48d0f92c0248",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-03-12T04:16:31.8861215Z",
"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-03-12T04:16:31.8861215Z",
"CreatedNetworkDate": "2026-03-12T04:16:31.8861215Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-03-12T04:16:31.8861215Z",
"UpdateNetworkDate": "2026-03-12T04:16:31.8861215Z",
"LoyaltyIdentifications": [
{
"Id": "f8a21de0-c45f-4b7f-b841-80b7675531e0",
"IdCommunity": "9443a07f-b11d-40b0-8b57-8a73c4bf0c73",
"IdCompany": "31174d4c-52b5-4f52-9346-3da43e20c486",
"IdFleet": "6ab5122f-9f15-467e-b6be-d249a624be8c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "2fdec846-6754-4369-8969-530d2aa3577a",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "f8a21de0-c45f-4b7f-b841-80b7675531e0",
"IdCommunity": "9443a07f-b11d-40b0-8b57-8a73c4bf0c73",
"IdCompany": "31174d4c-52b5-4f52-9346-3da43e20c486",
"IdFleet": "6ab5122f-9f15-467e-b6be-d249a624be8c",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "2fdec846-6754-4369-8969-530d2aa3577a",
"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-03-12T04:16:31.8861215Z</BirthDate>
<CreatedNetworkDate>2026-03-12T04:16:31.8861215Z</CreatedNetworkDate>
<CreatedRealDate>2026-03-12T04:16:31.8861215Z</CreatedRealDate>
<Id>a79af649-81ec-40b7-ad0a-8295385c1847</Id>
<IdNetwork>f3e68377-5ef9-4849-a89c-48d0f92c0248</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>f8a21de0-c45f-4b7f-b841-80b7675531e0</d2p1:Id>
<d2p1:IdCommunity>9443a07f-b11d-40b0-8b57-8a73c4bf0c73</d2p1:IdCommunity>
<d2p1:IdCompany>31174d4c-52b5-4f52-9346-3da43e20c486</d2p1:IdCompany>
<d2p1:IdFleet>6ab5122f-9f15-467e-b6be-d249a624be8c</d2p1:IdFleet>
<d2p1:IdIdentificationModel>2fdec846-6754-4369-8969-530d2aa3577a</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>f8a21de0-c45f-4b7f-b841-80b7675531e0</d2p1:Id>
<d2p1:IdCommunity>9443a07f-b11d-40b0-8b57-8a73c4bf0c73</d2p1:IdCommunity>
<d2p1:IdCompany>31174d4c-52b5-4f52-9346-3da43e20c486</d2p1:IdCompany>
<d2p1:IdFleet>6ab5122f-9f15-467e-b6be-d249a624be8c</d2p1:IdFleet>
<d2p1:IdIdentificationModel>2fdec846-6754-4369-8969-530d2aa3577a</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-03-12T04:16:31.8861215Z</UpdateNetworkDate>
<UpdateRealDate>2026-03-12T04:16:31.8861215Z</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": "6fbc365a-bf02-4084-8012-1e68fd4c8154",
"IdNetwork": "d340f9f0-6113-4821-a215-b057fd2d9def",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-03-12T04:16:31.9017537Z",
"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-03-12T04:16:31.9017537Z",
"CreatedNetworkDate": "2026-03-12T04:16:31.9017537Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-03-12T04:16:31.9017537Z",
"UpdateNetworkDate": "2026-03-12T04:16:31.9017537Z",
"LoyaltyIdentifications": [
{
"Id": "07bf8218-518f-406b-af12-d443eac14662",
"IdCommunity": "f7419711-17db-4592-9f0d-fdef1445bf86",
"IdCompany": "3028fc81-8a59-477b-aa8f-0d87287d5bd5",
"IdFleet": "d315e5ab-1518-417e-9fcc-56f16e979dbb",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "71347652-b9b2-479c-b4e7-e1bcd3b07647",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "07bf8218-518f-406b-af12-d443eac14662",
"IdCommunity": "f7419711-17db-4592-9f0d-fdef1445bf86",
"IdCompany": "3028fc81-8a59-477b-aa8f-0d87287d5bd5",
"IdFleet": "d315e5ab-1518-417e-9fcc-56f16e979dbb",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "71347652-b9b2-479c-b4e7-e1bcd3b07647",
"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-03-12T04:16:31.9017537Z</BirthDate>
<CreatedNetworkDate>2026-03-12T04:16:31.9017537Z</CreatedNetworkDate>
<CreatedRealDate>2026-03-12T04:16:31.9017537Z</CreatedRealDate>
<Id>6fbc365a-bf02-4084-8012-1e68fd4c8154</Id>
<IdNetwork>d340f9f0-6113-4821-a215-b057fd2d9def</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>07bf8218-518f-406b-af12-d443eac14662</d2p1:Id>
<d2p1:IdCommunity>f7419711-17db-4592-9f0d-fdef1445bf86</d2p1:IdCommunity>
<d2p1:IdCompany>3028fc81-8a59-477b-aa8f-0d87287d5bd5</d2p1:IdCompany>
<d2p1:IdFleet>d315e5ab-1518-417e-9fcc-56f16e979dbb</d2p1:IdFleet>
<d2p1:IdIdentificationModel>71347652-b9b2-479c-b4e7-e1bcd3b07647</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>07bf8218-518f-406b-af12-d443eac14662</d2p1:Id>
<d2p1:IdCommunity>f7419711-17db-4592-9f0d-fdef1445bf86</d2p1:IdCommunity>
<d2p1:IdCompany>3028fc81-8a59-477b-aa8f-0d87287d5bd5</d2p1:IdCompany>
<d2p1:IdFleet>d315e5ab-1518-417e-9fcc-56f16e979dbb</d2p1:IdFleet>
<d2p1:IdIdentificationModel>71347652-b9b2-479c-b4e7-e1bcd3b07647</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-03-12T04:16:31.9017537Z</UpdateNetworkDate>
<UpdateRealDate>2026-03-12T04:16:31.9017537Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>