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": "05911e0e-9310-4e2c-a9ae-b8a110409e9a",
"IdNetwork": "84e1c624-6479-48b8-a9eb-7f8668ae8aa0",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-07-23T09:23:05.1770507Z",
"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-07-23T09:23:05.1770507Z",
"CreatedNetworkDate": "2026-07-23T09:23:05.1770507Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-07-23T09:23:05.1770507Z",
"UpdateNetworkDate": "2026-07-23T09:23:05.1770507Z",
"LoyaltyIdentifications": [
{
"Id": "ff0f0699-14c8-4162-b42a-c9e95024b40d",
"IdCommunity": "e1c5b4bc-7011-43c5-afd5-8bef2ac5b6df",
"IdCompany": "e327fe80-6201-4712-8a4b-d13f7d80188d",
"IdFleet": "80af9eaf-56ca-409f-8851-46ac07d64a37",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "9493cd5a-ca2f-4810-abb0-338fa288a7a2",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "ff0f0699-14c8-4162-b42a-c9e95024b40d",
"IdCommunity": "e1c5b4bc-7011-43c5-afd5-8bef2ac5b6df",
"IdCompany": "e327fe80-6201-4712-8a4b-d13f7d80188d",
"IdFleet": "80af9eaf-56ca-409f-8851-46ac07d64a37",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "9493cd5a-ca2f-4810-abb0-338fa288a7a2",
"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-07-23T09:23:05.1770507Z</BirthDate>
<CreatedNetworkDate>2026-07-23T09:23:05.1770507Z</CreatedNetworkDate>
<CreatedRealDate>2026-07-23T09:23:05.1770507Z</CreatedRealDate>
<Id>05911e0e-9310-4e2c-a9ae-b8a110409e9a</Id>
<IdNetwork>84e1c624-6479-48b8-a9eb-7f8668ae8aa0</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>ff0f0699-14c8-4162-b42a-c9e95024b40d</d2p1:Id>
<d2p1:IdCommunity>e1c5b4bc-7011-43c5-afd5-8bef2ac5b6df</d2p1:IdCommunity>
<d2p1:IdCompany>e327fe80-6201-4712-8a4b-d13f7d80188d</d2p1:IdCompany>
<d2p1:IdFleet>80af9eaf-56ca-409f-8851-46ac07d64a37</d2p1:IdFleet>
<d2p1:IdIdentificationModel>9493cd5a-ca2f-4810-abb0-338fa288a7a2</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>ff0f0699-14c8-4162-b42a-c9e95024b40d</d2p1:Id>
<d2p1:IdCommunity>e1c5b4bc-7011-43c5-afd5-8bef2ac5b6df</d2p1:IdCommunity>
<d2p1:IdCompany>e327fe80-6201-4712-8a4b-d13f7d80188d</d2p1:IdCompany>
<d2p1:IdFleet>80af9eaf-56ca-409f-8851-46ac07d64a37</d2p1:IdFleet>
<d2p1:IdIdentificationModel>9493cd5a-ca2f-4810-abb0-338fa288a7a2</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-07-23T09:23:05.1770507Z</UpdateNetworkDate>
<UpdateRealDate>2026-07-23T09:23:05.1770507Z</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": "fb20ffc4-cc99-48c4-9924-b6a41299e395",
"IdNetwork": "9e2d6622-1f17-4d31-9135-7fda03a6459b",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2026-07-23T09:23:05.2395528Z",
"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-07-23T09:23:05.2395528Z",
"CreatedNetworkDate": "2026-07-23T09:23:05.2395528Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2026-07-23T09:23:05.2395528Z",
"UpdateNetworkDate": "2026-07-23T09:23:05.2395528Z",
"LoyaltyIdentifications": [
{
"Id": "68573646-b60e-4ab3-b699-f6474977d515",
"IdCommunity": "4a6a9efd-8963-48fd-a77e-8eff149e1327",
"IdCompany": "85f19e38-3da6-4f0d-8e4d-3602b29e444e",
"IdFleet": "54ac3e7f-7912-416c-b8ec-2f9892b82279",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "066b90b5-60e7-45a0-baea-9470731e4e2f",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "68573646-b60e-4ab3-b699-f6474977d515",
"IdCommunity": "4a6a9efd-8963-48fd-a77e-8eff149e1327",
"IdCompany": "85f19e38-3da6-4f0d-8e4d-3602b29e444e",
"IdFleet": "54ac3e7f-7912-416c-b8ec-2f9892b82279",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "066b90b5-60e7-45a0-baea-9470731e4e2f",
"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-07-23T09:23:05.2395528Z</BirthDate>
<CreatedNetworkDate>2026-07-23T09:23:05.2395528Z</CreatedNetworkDate>
<CreatedRealDate>2026-07-23T09:23:05.2395528Z</CreatedRealDate>
<Id>fb20ffc4-cc99-48c4-9924-b6a41299e395</Id>
<IdNetwork>9e2d6622-1f17-4d31-9135-7fda03a6459b</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>68573646-b60e-4ab3-b699-f6474977d515</d2p1:Id>
<d2p1:IdCommunity>4a6a9efd-8963-48fd-a77e-8eff149e1327</d2p1:IdCommunity>
<d2p1:IdCompany>85f19e38-3da6-4f0d-8e4d-3602b29e444e</d2p1:IdCompany>
<d2p1:IdFleet>54ac3e7f-7912-416c-b8ec-2f9892b82279</d2p1:IdFleet>
<d2p1:IdIdentificationModel>066b90b5-60e7-45a0-baea-9470731e4e2f</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>68573646-b60e-4ab3-b699-f6474977d515</d2p1:Id>
<d2p1:IdCommunity>4a6a9efd-8963-48fd-a77e-8eff149e1327</d2p1:IdCommunity>
<d2p1:IdCompany>85f19e38-3da6-4f0d-8e4d-3602b29e444e</d2p1:IdCompany>
<d2p1:IdFleet>54ac3e7f-7912-416c-b8ec-2f9892b82279</d2p1:IdFleet>
<d2p1:IdIdentificationModel>066b90b5-60e7-45a0-baea-9470731e4e2f</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-07-23T09:23:05.2395528Z</UpdateNetworkDate>
<UpdateRealDate>2026-07-23T09:23:05.2395528Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>