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": "717fd77d-10f6-45fe-8b0b-2aa7424d9c5e",
"IdNetwork": "26b7e8e3-fba8-4c44-82d7-27960f230f37",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-11-13T15:46:14.0714429Z",
"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": "2025-11-13T15:46:14.0714429Z",
"CreatedNetworkDate": "2025-11-13T15:46:14.0714429Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-11-13T15:46:14.0714429Z",
"UpdateNetworkDate": "2025-11-13T15:46:14.0714429Z",
"LoyaltyIdentifications": [
{
"Id": "478cc52f-1bb8-4f29-b57d-b2d47f23afab",
"IdCommunity": "54ad18fa-4231-4d15-a883-13865758a2bb",
"IdCompany": "99968159-102a-49b7-9523-ae1db57332d0",
"IdFleet": "50bfa0ae-2886-407e-9bbf-66b7ddcb98d0",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "e4e9514c-3c8f-4086-9274-3697783b0ca1",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "478cc52f-1bb8-4f29-b57d-b2d47f23afab",
"IdCommunity": "54ad18fa-4231-4d15-a883-13865758a2bb",
"IdCompany": "99968159-102a-49b7-9523-ae1db57332d0",
"IdFleet": "50bfa0ae-2886-407e-9bbf-66b7ddcb98d0",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "e4e9514c-3c8f-4086-9274-3697783b0ca1",
"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>2025-11-13T15:46:14.0714429Z</BirthDate>
<CreatedNetworkDate>2025-11-13T15:46:14.0714429Z</CreatedNetworkDate>
<CreatedRealDate>2025-11-13T15:46:14.0714429Z</CreatedRealDate>
<Id>717fd77d-10f6-45fe-8b0b-2aa7424d9c5e</Id>
<IdNetwork>26b7e8e3-fba8-4c44-82d7-27960f230f37</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>478cc52f-1bb8-4f29-b57d-b2d47f23afab</d2p1:Id>
<d2p1:IdCommunity>54ad18fa-4231-4d15-a883-13865758a2bb</d2p1:IdCommunity>
<d2p1:IdCompany>99968159-102a-49b7-9523-ae1db57332d0</d2p1:IdCompany>
<d2p1:IdFleet>50bfa0ae-2886-407e-9bbf-66b7ddcb98d0</d2p1:IdFleet>
<d2p1:IdIdentificationModel>e4e9514c-3c8f-4086-9274-3697783b0ca1</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>478cc52f-1bb8-4f29-b57d-b2d47f23afab</d2p1:Id>
<d2p1:IdCommunity>54ad18fa-4231-4d15-a883-13865758a2bb</d2p1:IdCommunity>
<d2p1:IdCompany>99968159-102a-49b7-9523-ae1db57332d0</d2p1:IdCompany>
<d2p1:IdFleet>50bfa0ae-2886-407e-9bbf-66b7ddcb98d0</d2p1:IdFleet>
<d2p1:IdIdentificationModel>e4e9514c-3c8f-4086-9274-3697783b0ca1</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>2025-11-13T15:46:14.0714429Z</UpdateNetworkDate>
<UpdateRealDate>2025-11-13T15:46:14.0714429Z</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": "0310e204-bca8-4d03-8cdb-4a38a50aea76",
"IdNetwork": "754da1fd-1916-4509-ad47-5dfee6501157",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-11-13T15:46:14.0714429Z",
"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": "2025-11-13T15:46:14.0714429Z",
"CreatedNetworkDate": "2025-11-13T15:46:14.0714429Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-11-13T15:46:14.0714429Z",
"UpdateNetworkDate": "2025-11-13T15:46:14.0714429Z",
"LoyaltyIdentifications": [
{
"Id": "a7db554f-0a81-4dbf-97e9-af10b1691b7a",
"IdCommunity": "e10c7a1d-2bf5-464f-8bb5-5924baf0d0d7",
"IdCompany": "66b3e91a-a7b5-47a7-8234-3e5fb93389b3",
"IdFleet": "41938ebc-8b55-492d-904a-21ac26a6db24",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "624b959c-036d-46da-a935-b3daf893ab4d",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "a7db554f-0a81-4dbf-97e9-af10b1691b7a",
"IdCommunity": "e10c7a1d-2bf5-464f-8bb5-5924baf0d0d7",
"IdCompany": "66b3e91a-a7b5-47a7-8234-3e5fb93389b3",
"IdFleet": "41938ebc-8b55-492d-904a-21ac26a6db24",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "624b959c-036d-46da-a935-b3daf893ab4d",
"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>2025-11-13T15:46:14.0714429Z</BirthDate>
<CreatedNetworkDate>2025-11-13T15:46:14.0714429Z</CreatedNetworkDate>
<CreatedRealDate>2025-11-13T15:46:14.0714429Z</CreatedRealDate>
<Id>0310e204-bca8-4d03-8cdb-4a38a50aea76</Id>
<IdNetwork>754da1fd-1916-4509-ad47-5dfee6501157</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>a7db554f-0a81-4dbf-97e9-af10b1691b7a</d2p1:Id>
<d2p1:IdCommunity>e10c7a1d-2bf5-464f-8bb5-5924baf0d0d7</d2p1:IdCommunity>
<d2p1:IdCompany>66b3e91a-a7b5-47a7-8234-3e5fb93389b3</d2p1:IdCompany>
<d2p1:IdFleet>41938ebc-8b55-492d-904a-21ac26a6db24</d2p1:IdFleet>
<d2p1:IdIdentificationModel>624b959c-036d-46da-a935-b3daf893ab4d</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>a7db554f-0a81-4dbf-97e9-af10b1691b7a</d2p1:Id>
<d2p1:IdCommunity>e10c7a1d-2bf5-464f-8bb5-5924baf0d0d7</d2p1:IdCommunity>
<d2p1:IdCompany>66b3e91a-a7b5-47a7-8234-3e5fb93389b3</d2p1:IdCompany>
<d2p1:IdFleet>41938ebc-8b55-492d-904a-21ac26a6db24</d2p1:IdFleet>
<d2p1:IdIdentificationModel>624b959c-036d-46da-a935-b3daf893ab4d</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>2025-11-13T15:46:14.0714429Z</UpdateNetworkDate>
<UpdateRealDate>2025-11-13T15:46:14.0714429Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>