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": "f60f8b53-1ec6-4219-8bdd-cfd5bbefa5e2",
"IdNetwork": "56bfa1c7-d807-4bdf-a0ad-e04d08541674",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-11-30T15:57:43.6864494Z",
"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-30T15:57:43.6864494Z",
"CreatedNetworkDate": "2025-11-30T15:57:43.6864494Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-11-30T15:57:43.6864494Z",
"UpdateNetworkDate": "2025-11-30T15:57:43.6864494Z",
"LoyaltyIdentifications": [
{
"Id": "39cdc3e3-bb6f-4425-b6f7-98db799c7e9a",
"IdCommunity": "735c7571-8045-4b43-b3b5-d39e617899d3",
"IdCompany": "7902a907-fe2c-470b-90b6-d1094fbd6f6a",
"IdFleet": "d3e18f68-4e21-45d8-b12d-720940724e78",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "b85e7364-cd96-499d-9296-28c65790d972",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "39cdc3e3-bb6f-4425-b6f7-98db799c7e9a",
"IdCommunity": "735c7571-8045-4b43-b3b5-d39e617899d3",
"IdCompany": "7902a907-fe2c-470b-90b6-d1094fbd6f6a",
"IdFleet": "d3e18f68-4e21-45d8-b12d-720940724e78",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "b85e7364-cd96-499d-9296-28c65790d972",
"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-30T15:57:43.6864494Z</BirthDate>
<CreatedNetworkDate>2025-11-30T15:57:43.6864494Z</CreatedNetworkDate>
<CreatedRealDate>2025-11-30T15:57:43.6864494Z</CreatedRealDate>
<Id>f60f8b53-1ec6-4219-8bdd-cfd5bbefa5e2</Id>
<IdNetwork>56bfa1c7-d807-4bdf-a0ad-e04d08541674</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>39cdc3e3-bb6f-4425-b6f7-98db799c7e9a</d2p1:Id>
<d2p1:IdCommunity>735c7571-8045-4b43-b3b5-d39e617899d3</d2p1:IdCommunity>
<d2p1:IdCompany>7902a907-fe2c-470b-90b6-d1094fbd6f6a</d2p1:IdCompany>
<d2p1:IdFleet>d3e18f68-4e21-45d8-b12d-720940724e78</d2p1:IdFleet>
<d2p1:IdIdentificationModel>b85e7364-cd96-499d-9296-28c65790d972</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>39cdc3e3-bb6f-4425-b6f7-98db799c7e9a</d2p1:Id>
<d2p1:IdCommunity>735c7571-8045-4b43-b3b5-d39e617899d3</d2p1:IdCommunity>
<d2p1:IdCompany>7902a907-fe2c-470b-90b6-d1094fbd6f6a</d2p1:IdCompany>
<d2p1:IdFleet>d3e18f68-4e21-45d8-b12d-720940724e78</d2p1:IdFleet>
<d2p1:IdIdentificationModel>b85e7364-cd96-499d-9296-28c65790d972</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-30T15:57:43.6864494Z</UpdateNetworkDate>
<UpdateRealDate>2025-11-30T15:57:43.6864494Z</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": "0ac0e650-cc8e-496f-bc7e-56023b682af2",
"IdNetwork": "64a2d30c-79dd-4c12-885c-b017e8d07016",
"IdentityNumber": "sample string 3",
"IdentityNumberType": 64,
"Name": "sample string 4",
"Alias": "sample string 5",
"BirthDate": "2025-11-30T15:57:43.7020772Z",
"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-30T15:57:43.7020772Z",
"CreatedNetworkDate": "2025-11-30T15:57:43.7020772Z",
"NetworkTimezoneCode": "sample string 22",
"UpdateRealDate": "2025-11-30T15:57:43.7020772Z",
"UpdateNetworkDate": "2025-11-30T15:57:43.7020772Z",
"LoyaltyIdentifications": [
{
"Id": "1ab0d2d7-6022-4ccd-ad7f-b15d4b9c7de2",
"IdCommunity": "b0a724a1-8d4a-404d-8cbe-82e418cb7db2",
"IdCompany": "d1cd3cea-8074-4e4b-8562-878324a867b6",
"IdFleet": "33f9b336-d0cb-476c-b91e-23d75a3802e7",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "1df9624f-9a41-409b-bac7-671e523bbf13",
"Active": true,
"PAN": "sample string 10"
},
{
"Id": "1ab0d2d7-6022-4ccd-ad7f-b15d4b9c7de2",
"IdCommunity": "b0a724a1-8d4a-404d-8cbe-82e418cb7db2",
"IdCompany": "d1cd3cea-8074-4e4b-8562-878324a867b6",
"IdFleet": "33f9b336-d0cb-476c-b91e-23d75a3802e7",
"CommunityName": "sample string 4",
"CommunityTarget": 1,
"Label": "sample string 5",
"TrackNumber": "sample string 6",
"Type": 7,
"IdIdentificationModel": "1df9624f-9a41-409b-bac7-671e523bbf13",
"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-30T15:57:43.7020772Z</BirthDate>
<CreatedNetworkDate>2025-11-30T15:57:43.7020772Z</CreatedNetworkDate>
<CreatedRealDate>2025-11-30T15:57:43.7020772Z</CreatedRealDate>
<Id>0ac0e650-cc8e-496f-bc7e-56023b682af2</Id>
<IdNetwork>64a2d30c-79dd-4c12-885c-b017e8d07016</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>1ab0d2d7-6022-4ccd-ad7f-b15d4b9c7de2</d2p1:Id>
<d2p1:IdCommunity>b0a724a1-8d4a-404d-8cbe-82e418cb7db2</d2p1:IdCommunity>
<d2p1:IdCompany>d1cd3cea-8074-4e4b-8562-878324a867b6</d2p1:IdCompany>
<d2p1:IdFleet>33f9b336-d0cb-476c-b91e-23d75a3802e7</d2p1:IdFleet>
<d2p1:IdIdentificationModel>1df9624f-9a41-409b-bac7-671e523bbf13</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>1ab0d2d7-6022-4ccd-ad7f-b15d4b9c7de2</d2p1:Id>
<d2p1:IdCommunity>b0a724a1-8d4a-404d-8cbe-82e418cb7db2</d2p1:IdCommunity>
<d2p1:IdCompany>d1cd3cea-8074-4e4b-8562-878324a867b6</d2p1:IdCompany>
<d2p1:IdFleet>33f9b336-d0cb-476c-b91e-23d75a3802e7</d2p1:IdFleet>
<d2p1:IdIdentificationModel>1df9624f-9a41-409b-bac7-671e523bbf13</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-30T15:57:43.7020772Z</UpdateNetworkDate>
<UpdateRealDate>2025-11-30T15:57:43.7020772Z</UpdateRealDate>
<UserConsent>true</UserConsent>
<ZipCode>sample string 7</ZipCode>
</IdentityDto>