POST Identities
Creates a new Identity.
Request Information
URI Parameters
None.
Body Parameters
The data of the IdentityDto.
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": "40479308-9c15-459a-ad4f-2ba93ca7e044", "IdNetwork": "cda25b33-11bf-4ac9-8041-b29f3081d1f1", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T07:55:52.4138417Z", "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-09-13T07:55:52.4138417Z", "CreatedNetworkDate": "2025-09-13T07:55:52.4138417Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T07:55:52.4138417Z", "UpdateNetworkDate": "2025-09-13T07:55:52.4138417Z", "LoyaltyIdentifications": [ { "Id": "05e657d0-9417-42b1-938d-05bc669277a1", "IdCommunity": "c81d7f32-dd02-44e0-b7ba-02c876d8eb25", "IdCompany": "f310a43b-362a-428e-82cc-646233b6ce3e", "IdFleet": "be56a267-5de5-4412-a134-eb336c181a15", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "8c9bac8a-7285-434d-8651-f9aad07ba412", "Active": true, "PAN": "sample string 10" }, { "Id": "05e657d0-9417-42b1-938d-05bc669277a1", "IdCommunity": "c81d7f32-dd02-44e0-b7ba-02c876d8eb25", "IdCompany": "f310a43b-362a-428e-82cc-646233b6ce3e", "IdFleet": "be56a267-5de5-4412-a134-eb336c181a15", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "8c9bac8a-7285-434d-8651-f9aad07ba412", "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-09-13T07:55:52.4138417Z</BirthDate> <CreatedNetworkDate>2025-09-13T07:55:52.4138417Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T07:55:52.4138417Z</CreatedRealDate> <Id>40479308-9c15-459a-ad4f-2ba93ca7e044</Id> <IdNetwork>cda25b33-11bf-4ac9-8041-b29f3081d1f1</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>05e657d0-9417-42b1-938d-05bc669277a1</d2p1:Id> <d2p1:IdCommunity>c81d7f32-dd02-44e0-b7ba-02c876d8eb25</d2p1:IdCommunity> <d2p1:IdCompany>f310a43b-362a-428e-82cc-646233b6ce3e</d2p1:IdCompany> <d2p1:IdFleet>be56a267-5de5-4412-a134-eb336c181a15</d2p1:IdFleet> <d2p1:IdIdentificationModel>8c9bac8a-7285-434d-8651-f9aad07ba412</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>05e657d0-9417-42b1-938d-05bc669277a1</d2p1:Id> <d2p1:IdCommunity>c81d7f32-dd02-44e0-b7ba-02c876d8eb25</d2p1:IdCommunity> <d2p1:IdCompany>f310a43b-362a-428e-82cc-646233b6ce3e</d2p1:IdCompany> <d2p1:IdFleet>be56a267-5de5-4412-a134-eb336c181a15</d2p1:IdFleet> <d2p1:IdIdentificationModel>8c9bac8a-7285-434d-8651-f9aad07ba412</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-09-13T07:55:52.4138417Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T07:55:52.4138417Z</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, and if created returns the zone as IdentityDto and the link to de 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. |
Response Formats
application/json, text/json
Sample:
{ "Id": "782d3adb-4f78-4041-90c3-d20d5562ab88", "IdNetwork": "53003b86-da68-4b49-a13f-270d2bfe5ad1", "IdentityNumber": "sample string 3", "IdentityNumberType": 64, "Name": "sample string 4", "Alias": "sample string 5", "BirthDate": "2025-09-13T07:55:52.4295146Z", "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-09-13T07:55:52.4295146Z", "CreatedNetworkDate": "2025-09-13T07:55:52.4295146Z", "NetworkTimezoneCode": "sample string 22", "UpdateRealDate": "2025-09-13T07:55:52.4295146Z", "UpdateNetworkDate": "2025-09-13T07:55:52.4295146Z", "LoyaltyIdentifications": [ { "Id": "e11a0e94-b35f-44a4-9169-519ba55be01c", "IdCommunity": "e265d320-2b32-45eb-b1e5-a7bef629b0a1", "IdCompany": "e6594f77-ec43-465a-8653-183dbc297e73", "IdFleet": "8d1a69e5-97a7-4759-90af-476dae71f38c", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "d8e4d91d-2573-4b10-a7e1-c38a55c08caa", "Active": true, "PAN": "sample string 10" }, { "Id": "e11a0e94-b35f-44a4-9169-519ba55be01c", "IdCommunity": "e265d320-2b32-45eb-b1e5-a7bef629b0a1", "IdCompany": "e6594f77-ec43-465a-8653-183dbc297e73", "IdFleet": "8d1a69e5-97a7-4759-90af-476dae71f38c", "CommunityName": "sample string 4", "CommunityTarget": 1, "Label": "sample string 5", "TrackNumber": "sample string 6", "Type": 7, "IdIdentificationModel": "d8e4d91d-2573-4b10-a7e1-c38a55c08caa", "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-09-13T07:55:52.4295146Z</BirthDate> <CreatedNetworkDate>2025-09-13T07:55:52.4295146Z</CreatedNetworkDate> <CreatedRealDate>2025-09-13T07:55:52.4295146Z</CreatedRealDate> <Id>782d3adb-4f78-4041-90c3-d20d5562ab88</Id> <IdNetwork>53003b86-da68-4b49-a13f-270d2bfe5ad1</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>e11a0e94-b35f-44a4-9169-519ba55be01c</d2p1:Id> <d2p1:IdCommunity>e265d320-2b32-45eb-b1e5-a7bef629b0a1</d2p1:IdCommunity> <d2p1:IdCompany>e6594f77-ec43-465a-8653-183dbc297e73</d2p1:IdCompany> <d2p1:IdFleet>8d1a69e5-97a7-4759-90af-476dae71f38c</d2p1:IdFleet> <d2p1:IdIdentificationModel>d8e4d91d-2573-4b10-a7e1-c38a55c08caa</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>e11a0e94-b35f-44a4-9169-519ba55be01c</d2p1:Id> <d2p1:IdCommunity>e265d320-2b32-45eb-b1e5-a7bef629b0a1</d2p1:IdCommunity> <d2p1:IdCompany>e6594f77-ec43-465a-8653-183dbc297e73</d2p1:IdCompany> <d2p1:IdFleet>8d1a69e5-97a7-4759-90af-476dae71f38c</d2p1:IdFleet> <d2p1:IdIdentificationModel>d8e4d91d-2573-4b10-a7e1-c38a55c08caa</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-09-13T07:55:52.4295146Z</UpdateNetworkDate> <UpdateRealDate>2025-09-13T07:55:52.4295146Z</UpdateRealDate> <UserConsent>true</UserConsent> <ZipCode>sample string 7</ZipCode> </IdentityDto>