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.
IdentityDtoName | 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": "a4e83cb0-9ee0-4af8-9c1a-95b58bda34cd", "IdNetwork": "e9f31a8c-69f9-45ae-b811-4961e16b3c0a", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-04-25T16:38:39.4361696Z", "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-04-25T16:38:39.4361696Z", "CreatedNetworkDate": "2025-04-25T16:38:39.4361696Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-04-25T16:38:39.4361696Z", "UpdateNetworkDate": "2025-04-25T16:38:39.4361696Z", "LoyaltyIdentifications": [ { "Id": "f54d4f7e-0636-4977-81bd-24e423811a92", "IdCommunity": "a305e28c-e884-4f35-b446-adcf3e6912b5", "IdCompany": "baa69447-2510-4683-a345-0a7f57a05b26", "IdFleet": "8272238f-4230-4e0e-b7aa-42972e572b93", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "88872a8a-72ea-4008-b39d-de9a3e478a89", "Active": true, "PAN": "sample string 10" }, { "Id": "f54d4f7e-0636-4977-81bd-24e423811a92", "IdCommunity": "a305e28c-e884-4f35-b446-adcf3e6912b5", "IdCompany": "baa69447-2510-4683-a345-0a7f57a05b26", "IdFleet": "8272238f-4230-4e0e-b7aa-42972e572b93", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "88872a8a-72ea-4008-b39d-de9a3e478a89", "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-04-25T16:38:39.4361696Z</BirthDate> <CreatedNetworkDate>2025-04-25T16:38:39.4361696Z</CreatedNetworkDate> <CreatedRealDate>2025-04-25T16:38:39.4361696Z</CreatedRealDate> <Id>a4e83cb0-9ee0-4af8-9c1a-95b58bda34cd</Id> <IdNetwork>e9f31a8c-69f9-45ae-b811-4961e16b3c0a</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>f54d4f7e-0636-4977-81bd-24e423811a92</d2p1:Id> <d2p1:IdCommunity>a305e28c-e884-4f35-b446-adcf3e6912b5</d2p1:IdCommunity> <d2p1:IdCompany>baa69447-2510-4683-a345-0a7f57a05b26</d2p1:IdCompany> <d2p1:IdFleet>8272238f-4230-4e0e-b7aa-42972e572b93</d2p1:IdFleet> <d2p1:IdIdentificationModel>88872a8a-72ea-4008-b39d-de9a3e478a89</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>f54d4f7e-0636-4977-81bd-24e423811a92</d2p1:Id> <d2p1:IdCommunity>a305e28c-e884-4f35-b446-adcf3e6912b5</d2p1:IdCommunity> <d2p1:IdCompany>baa69447-2510-4683-a345-0a7f57a05b26</d2p1:IdCompany> <d2p1:IdFleet>8272238f-4230-4e0e-b7aa-42972e572b93</d2p1:IdFleet> <d2p1:IdIdentificationModel>88872a8a-72ea-4008-b39d-de9a3e478a89</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-04-25T16:38:39.4361696Z</UpdateNetworkDate> <UpdateRealDate>2025-04-25T16:38:39.4361696Z</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.
IdentityDtoName | 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": "3adfd59f-7ac6-409a-8822-30c52e0456a5", "IdNetwork": "4bc9a78f-58e9-450f-a59f-28cac40d29f5", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-04-25T16:38:39.4517964Z", "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-04-25T16:38:39.4517964Z", "CreatedNetworkDate": "2025-04-25T16:38:39.4517964Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-04-25T16:38:39.4517964Z", "UpdateNetworkDate": "2025-04-25T16:38:39.4517964Z", "LoyaltyIdentifications": [ { "Id": "47a42581-faf3-4968-a2cd-dc2edd8f6c2e", "IdCommunity": "51337b6d-2398-4325-ba32-2f5f9d912613", "IdCompany": "10a6eefb-5edb-446f-96c6-19b0489913ee", "IdFleet": "60e0646d-3eb1-4328-90e2-b900e3920edf", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "703fc7dd-777c-4678-913e-ef4ea6c5886a", "Active": true, "PAN": "sample string 10" }, { "Id": "47a42581-faf3-4968-a2cd-dc2edd8f6c2e", "IdCommunity": "51337b6d-2398-4325-ba32-2f5f9d912613", "IdCompany": "10a6eefb-5edb-446f-96c6-19b0489913ee", "IdFleet": "60e0646d-3eb1-4328-90e2-b900e3920edf", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "703fc7dd-777c-4678-913e-ef4ea6c5886a", "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-04-25T16:38:39.4517964Z</BirthDate> <CreatedNetworkDate>2025-04-25T16:38:39.4517964Z</CreatedNetworkDate> <CreatedRealDate>2025-04-25T16:38:39.4517964Z</CreatedRealDate> <Id>3adfd59f-7ac6-409a-8822-30c52e0456a5</Id> <IdNetwork>4bc9a78f-58e9-450f-a59f-28cac40d29f5</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>47a42581-faf3-4968-a2cd-dc2edd8f6c2e</d2p1:Id> <d2p1:IdCommunity>51337b6d-2398-4325-ba32-2f5f9d912613</d2p1:IdCommunity> <d2p1:IdCompany>10a6eefb-5edb-446f-96c6-19b0489913ee</d2p1:IdCompany> <d2p1:IdFleet>60e0646d-3eb1-4328-90e2-b900e3920edf</d2p1:IdFleet> <d2p1:IdIdentificationModel>703fc7dd-777c-4678-913e-ef4ea6c5886a</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>47a42581-faf3-4968-a2cd-dc2edd8f6c2e</d2p1:Id> <d2p1:IdCommunity>51337b6d-2398-4325-ba32-2f5f9d912613</d2p1:IdCommunity> <d2p1:IdCompany>10a6eefb-5edb-446f-96c6-19b0489913ee</d2p1:IdCompany> <d2p1:IdFleet>60e0646d-3eb1-4328-90e2-b900e3920edf</d2p1:IdFleet> <d2p1:IdIdentificationModel>703fc7dd-777c-4678-913e-ef4ea6c5886a</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-04-25T16:38:39.4517964Z</UpdateNetworkDate> <UpdateRealDate>2025-04-25T16:38:39.4517964Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto>