POST Identifications
Creates a new identification.
Request Information
URI Parameters
None.
Body Parameters
The data of the identification.
IdentificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NetworkId | globally unique identifier |
None. |
|
| NetworkName | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| UseType | byte |
None. |
|
| Type | integer |
None. |
|
| TypeModelId | globally unique identifier |
None. |
|
| TypeModelDescription | string |
None. |
|
| Label | string |
None. |
|
| TrackNumber | string |
None. |
|
| TrackCaption | string |
None. |
|
| PAN | string |
None. |
|
| State | byte |
None. |
|
| Active | boolean |
None. |
|
| LoyaltyActive | boolean |
None. |
|
| CreationDate | string |
None. |
|
| UpdateDate | string |
None. |
|
| ActivationDate | date |
None. |
|
| AssignmentDate | string |
None. |
|
| ExpirationDate | string |
None. |
|
| AssignmentDateShort | string |
None. |
|
| ExpirationDateShort | string |
None. |
|
| LoyaltyCreationDate | string |
None. |
|
| LoyaltyNetworkUpdateDate | string |
None. |
|
| NetworkLoyaltyAssignmentDate | string |
None. |
|
| RequestOrder | integer |
None. |
|
| IdentificationsRequestType | byte |
None. |
|
| MissedReasonDescription | string |
None. |
|
| RenewalReasonDescription | string |
None. |
|
| RequestComment | string |
None. |
|
| PIN | string |
None. |
|
| SubAccountId | globally unique identifier |
None. |
|
| SubAccountDescription | string |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| VehicleId | globally unique identifier |
None. |
|
| ProgramId | globally unique identifier |
None. |
|
| ProgramDescription | string |
None. |
|
| LoyaltyProgramId | globally unique identifier |
None. |
|
| LoyaltyProgramDescription | string |
None. |
|
| ContractId | globally unique identifier |
None. |
|
| ContractCode | string |
None. |
|
| ContractDescription | string |
None. |
|
| ContractModeDescription | string |
None. |
|
| RequiresPINChange | boolean |
None. |
|
| IdCompany | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| DriverCode | string |
None. |
|
| DriverFirstName | string |
None. |
|
| DriverLastName | string |
None. |
|
| VehicleCode | string |
None. |
|
| VehiclePlate | string |
None. |
|
| RequirePin | boolean |
None. |
|
| DeactivationType | byte |
None. |
|
| DriverDescription | string |
None. |
|
| VehicleDescription | string |
None. |
|
| AmountVoucherInitial | decimal number |
None. |
|
| AmountVoucherInitialText | string |
None. |
|
| CurrencyCode | string |
None. |
|
| VouchersRequestId | globally unique identifier |
None. |
|
| SubAccountBalance | decimal number |
None. |
|
| OriginIdenticationId | globally unique identifier |
None. |
|
| string |
None. |
||
| DeactivationReason | string |
None. |
|
| TypeModelEncryptedFile | boolean |
None. |
Request Formats
application/json, text/json
{
"NetworkId": "53d3f51c-518f-4787-b117-5f84594b13b5",
"NetworkName": "sample string 2",
"Id": "fd08d602-6416-4f0d-8d78-a97beaa47d43",
"UseType": 64,
"Type": 1,
"TypeModelId": "d5922b32-d7d9-4dcf-9630-d068bde9cd41",
"TypeModelDescription": "sample string 6",
"Label": "sample string 7",
"TrackNumber": "sample string 8",
"TrackCaption": "sample string 9",
"PAN": "sample string 10",
"State": 64,
"Active": true,
"LoyaltyActive": true,
"CreationDate": "sample string 14",
"UpdateDate": "sample string 15",
"ActivationDate": "2025-10-29T05:37:29.2452556Z",
"AssignmentDate": "sample string 16",
"ExpirationDate": "sample string 17",
"AssignmentDateShort": "sample string 18",
"ExpirationDateShort": "sample string 19",
"LoyaltyCreationDate": "sample string 20",
"LoyaltyNetworkUpdateDate": "sample string 21",
"NetworkLoyaltyAssignmentDate": "sample string 22",
"RequestOrder": 1,
"IdentificationsRequestType": 64,
"MissedReasonDescription": "sample string 23",
"RenewalReasonDescription": "sample string 24",
"RequestComment": "sample string 25",
"PIN": "sample string 26",
"SubAccountId": "748ec967-5069-4eba-a63d-578c97a58234",
"SubAccountDescription": "sample string 27",
"DriverId": "b854aa5b-b45c-41dd-9cbc-27858fa558d6",
"VehicleId": "f49cd186-e787-441d-ac40-cfb9e19e0696",
"ProgramId": "3462ae3e-f057-4d3e-8671-49d1233a72d3",
"ProgramDescription": "sample string 28",
"LoyaltyProgramId": "6b9e82e2-e9f0-43e9-81b7-04959aed1569",
"LoyaltyProgramDescription": "sample string 29",
"ContractId": "23d6a564-e61c-4872-ab81-c754636b1f5c",
"ContractCode": "sample string 30",
"ContractDescription": "sample string 31",
"ContractModeDescription": "sample string 32",
"RequiresPINChange": true,
"IdCompany": "cfa620b1-c6e3-4ae9-a0dd-425d1f829ec5",
"CompanyName": "sample string 34",
"DriverCode": "sample string 35",
"DriverFirstName": "sample string 36",
"DriverLastName": "sample string 37",
"VehicleCode": "sample string 38",
"VehiclePlate": "sample string 39",
"RequirePin": true,
"DeactivationType": 64,
"DriverDescription": "sample string 35 - sample string 37 sample string 36",
"VehicleDescription": "sample string 38 - sample string 39",
"AmountVoucherInitial": 41.0,
"AmountVoucherInitialText": "sample string 42",
"CurrencyCode": "sample string 43",
"VouchersRequestId": "1ebe138f-110c-49c1-915a-01e4180e72e0",
"SubAccountBalance": 1.0,
"OriginIdenticationId": "a21af4f5-c211-4b71-bb70-d3f92e926cc6",
"Email": "sample string 44",
"DeactivationReason": "sample string 45",
"TypeModelEncryptedFile": true
}
application/xml, text/xml
<IdentificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <ActivationDate>2025-10-29T05:37:29.2452556Z</ActivationDate> <Active>true</Active> <AmountVoucherInitial>41</AmountVoucherInitial> <AmountVoucherInitialText>sample string 42</AmountVoucherInitialText> <AssignmentDate>sample string 16</AssignmentDate> <AssignmentDateShort>sample string 18</AssignmentDateShort> <CompanyName>sample string 34</CompanyName> <ContractCode>sample string 30</ContractCode> <ContractDescription>sample string 31</ContractDescription> <ContractId>23d6a564-e61c-4872-ab81-c754636b1f5c</ContractId> <ContractModeDescription>sample string 32</ContractModeDescription> <CreationDate>sample string 14</CreationDate> <CurrencyCode>sample string 43</CurrencyCode> <DeactivationReason>sample string 45</DeactivationReason> <DeactivationType>64</DeactivationType> <DriverCode>sample string 35</DriverCode> <DriverFirstName>sample string 36</DriverFirstName> <DriverId>b854aa5b-b45c-41dd-9cbc-27858fa558d6</DriverId> <DriverLastName>sample string 37</DriverLastName> <Email>sample string 44</Email> <ExpirationDate>sample string 17</ExpirationDate> <ExpirationDateShort>sample string 19</ExpirationDateShort> <Id>fd08d602-6416-4f0d-8d78-a97beaa47d43</Id> <IdCompany>cfa620b1-c6e3-4ae9-a0dd-425d1f829ec5</IdCompany> <IdentificationsRequestType>64</IdentificationsRequestType> <Label>sample string 7</Label> <LoyaltyActive>true</LoyaltyActive> <LoyaltyCreationDate>sample string 20</LoyaltyCreationDate> <LoyaltyNetworkUpdateDate>sample string 21</LoyaltyNetworkUpdateDate> <LoyaltyProgramDescription>sample string 29</LoyaltyProgramDescription> <LoyaltyProgramId>6b9e82e2-e9f0-43e9-81b7-04959aed1569</LoyaltyProgramId> <MissedReasonDescription>sample string 23</MissedReasonDescription> <NetworkId>53d3f51c-518f-4787-b117-5f84594b13b5</NetworkId> <NetworkLoyaltyAssignmentDate>sample string 22</NetworkLoyaltyAssignmentDate> <NetworkName>sample string 2</NetworkName> <OriginIdenticationId>a21af4f5-c211-4b71-bb70-d3f92e926cc6</OriginIdenticationId> <PAN>sample string 10</PAN> <PIN>sample string 26</PIN> <ProgramDescription>sample string 28</ProgramDescription> <ProgramId>3462ae3e-f057-4d3e-8671-49d1233a72d3</ProgramId> <RenewalReasonDescription>sample string 24</RenewalReasonDescription> <RequestComment>sample string 25</RequestComment> <RequestOrder>1</RequestOrder> <RequirePin>true</RequirePin> <RequiresPINChange>true</RequiresPINChange> <State>64</State> <SubAccountBalance>1</SubAccountBalance> <SubAccountDescription>sample string 27</SubAccountDescription> <SubAccountId>748ec967-5069-4eba-a63d-578c97a58234</SubAccountId> <TrackCaption>sample string 9</TrackCaption> <TrackNumber>sample string 8</TrackNumber> <Type>1</Type> <TypeModelDescription>sample string 6</TypeModelDescription> <TypeModelEncryptedFile>true</TypeModelEncryptedFile> <TypeModelId>d5922b32-d7d9-4dcf-9630-d068bde9cd41</TypeModelId> <UpdateDate>sample string 15</UpdateDate> <UseType>64</UseType> <VehicleCode>sample string 38</VehicleCode> <VehicleId>f49cd186-e787-441d-ac40-cfb9e19e0696</VehicleId> <VehiclePlate>sample string 39</VehiclePlate> <VouchersRequestId>1ebe138f-110c-49c1-915a-01e4180e72e0</VouchersRequestId> </IdentificationDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the identification as IdentificationDto and the link to de identification.
IdentificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NetworkId | globally unique identifier |
None. |
|
| NetworkName | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| UseType | byte |
None. |
|
| Type | integer |
None. |
|
| TypeModelId | globally unique identifier |
None. |
|
| TypeModelDescription | string |
None. |
|
| Label | string |
None. |
|
| TrackNumber | string |
None. |
|
| TrackCaption | string |
None. |
|
| PAN | string |
None. |
|
| State | byte |
None. |
|
| Active | boolean |
None. |
|
| LoyaltyActive | boolean |
None. |
|
| CreationDate | string |
None. |
|
| UpdateDate | string |
None. |
|
| ActivationDate | date |
None. |
|
| AssignmentDate | string |
None. |
|
| ExpirationDate | string |
None. |
|
| AssignmentDateShort | string |
None. |
|
| ExpirationDateShort | string |
None. |
|
| LoyaltyCreationDate | string |
None. |
|
| LoyaltyNetworkUpdateDate | string |
None. |
|
| NetworkLoyaltyAssignmentDate | string |
None. |
|
| RequestOrder | integer |
None. |
|
| IdentificationsRequestType | byte |
None. |
|
| MissedReasonDescription | string |
None. |
|
| RenewalReasonDescription | string |
None. |
|
| RequestComment | string |
None. |
|
| PIN | string |
None. |
|
| SubAccountId | globally unique identifier |
None. |
|
| SubAccountDescription | string |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| VehicleId | globally unique identifier |
None. |
|
| ProgramId | globally unique identifier |
None. |
|
| ProgramDescription | string |
None. |
|
| LoyaltyProgramId | globally unique identifier |
None. |
|
| LoyaltyProgramDescription | string |
None. |
|
| ContractId | globally unique identifier |
None. |
|
| ContractCode | string |
None. |
|
| ContractDescription | string |
None. |
|
| ContractModeDescription | string |
None. |
|
| RequiresPINChange | boolean |
None. |
|
| IdCompany | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| DriverCode | string |
None. |
|
| DriverFirstName | string |
None. |
|
| DriverLastName | string |
None. |
|
| VehicleCode | string |
None. |
|
| VehiclePlate | string |
None. |
|
| RequirePin | boolean |
None. |
|
| DeactivationType | byte |
None. |
|
| DriverDescription | string |
None. |
|
| VehicleDescription | string |
None. |
|
| AmountVoucherInitial | decimal number |
None. |
|
| AmountVoucherInitialText | string |
None. |
|
| CurrencyCode | string |
None. |
|
| VouchersRequestId | globally unique identifier |
None. |
|
| SubAccountBalance | decimal number |
None. |
|
| OriginIdenticationId | globally unique identifier |
None. |
|
| string |
None. |
||
| DeactivationReason | string |
None. |
|
| TypeModelEncryptedFile | boolean |
None. |
Response Formats
application/json, text/json
{
"NetworkId": "f9d1f0be-0704-4862-aada-f4137a5c13f3",
"NetworkName": "sample string 2",
"Id": "7ac4c447-7268-426f-92ea-02c60c1bf9fd",
"UseType": 64,
"Type": 1,
"TypeModelId": "a66b160d-325f-455c-b472-380deb349254",
"TypeModelDescription": "sample string 6",
"Label": "sample string 7",
"TrackNumber": "sample string 8",
"TrackCaption": "sample string 9",
"PAN": "sample string 10",
"State": 64,
"Active": true,
"LoyaltyActive": true,
"CreationDate": "sample string 14",
"UpdateDate": "sample string 15",
"ActivationDate": "2025-10-29T05:37:29.2452556Z",
"AssignmentDate": "sample string 16",
"ExpirationDate": "sample string 17",
"AssignmentDateShort": "sample string 18",
"ExpirationDateShort": "sample string 19",
"LoyaltyCreationDate": "sample string 20",
"LoyaltyNetworkUpdateDate": "sample string 21",
"NetworkLoyaltyAssignmentDate": "sample string 22",
"RequestOrder": 1,
"IdentificationsRequestType": 64,
"MissedReasonDescription": "sample string 23",
"RenewalReasonDescription": "sample string 24",
"RequestComment": "sample string 25",
"PIN": "sample string 26",
"SubAccountId": "04ea78aa-1b51-48c6-88cc-4f8c81b53282",
"SubAccountDescription": "sample string 27",
"DriverId": "bc030006-a4eb-4cf3-8105-8dd7b21b95ae",
"VehicleId": "b443c719-78e1-477a-8a4b-8683276b40fc",
"ProgramId": "b7160635-fcac-4f5b-b781-f285baa0d833",
"ProgramDescription": "sample string 28",
"LoyaltyProgramId": "5d57ca3b-54b5-4468-baa6-b187cc441a76",
"LoyaltyProgramDescription": "sample string 29",
"ContractId": "aa283ffd-776e-493e-8cc5-44f92fdca751",
"ContractCode": "sample string 30",
"ContractDescription": "sample string 31",
"ContractModeDescription": "sample string 32",
"RequiresPINChange": true,
"IdCompany": "8caeca8e-3b98-4d88-8e7d-e8208246232d",
"CompanyName": "sample string 34",
"DriverCode": "sample string 35",
"DriverFirstName": "sample string 36",
"DriverLastName": "sample string 37",
"VehicleCode": "sample string 38",
"VehiclePlate": "sample string 39",
"RequirePin": true,
"DeactivationType": 64,
"DriverDescription": "sample string 35 - sample string 37 sample string 36",
"VehicleDescription": "sample string 38 - sample string 39",
"AmountVoucherInitial": 41.0,
"AmountVoucherInitialText": "sample string 42",
"CurrencyCode": "sample string 43",
"VouchersRequestId": "533e9dd3-ec5c-4335-b2de-182681124a40",
"SubAccountBalance": 1.0,
"OriginIdenticationId": "0aaf6974-bd39-4e78-b88a-032185955136",
"Email": "sample string 44",
"DeactivationReason": "sample string 45",
"TypeModelEncryptedFile": true
}
application/xml, text/xml
<IdentificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <ActivationDate>2025-10-29T05:37:29.2452556Z</ActivationDate> <Active>true</Active> <AmountVoucherInitial>41</AmountVoucherInitial> <AmountVoucherInitialText>sample string 42</AmountVoucherInitialText> <AssignmentDate>sample string 16</AssignmentDate> <AssignmentDateShort>sample string 18</AssignmentDateShort> <CompanyName>sample string 34</CompanyName> <ContractCode>sample string 30</ContractCode> <ContractDescription>sample string 31</ContractDescription> <ContractId>aa283ffd-776e-493e-8cc5-44f92fdca751</ContractId> <ContractModeDescription>sample string 32</ContractModeDescription> <CreationDate>sample string 14</CreationDate> <CurrencyCode>sample string 43</CurrencyCode> <DeactivationReason>sample string 45</DeactivationReason> <DeactivationType>64</DeactivationType> <DriverCode>sample string 35</DriverCode> <DriverFirstName>sample string 36</DriverFirstName> <DriverId>bc030006-a4eb-4cf3-8105-8dd7b21b95ae</DriverId> <DriverLastName>sample string 37</DriverLastName> <Email>sample string 44</Email> <ExpirationDate>sample string 17</ExpirationDate> <ExpirationDateShort>sample string 19</ExpirationDateShort> <Id>7ac4c447-7268-426f-92ea-02c60c1bf9fd</Id> <IdCompany>8caeca8e-3b98-4d88-8e7d-e8208246232d</IdCompany> <IdentificationsRequestType>64</IdentificationsRequestType> <Label>sample string 7</Label> <LoyaltyActive>true</LoyaltyActive> <LoyaltyCreationDate>sample string 20</LoyaltyCreationDate> <LoyaltyNetworkUpdateDate>sample string 21</LoyaltyNetworkUpdateDate> <LoyaltyProgramDescription>sample string 29</LoyaltyProgramDescription> <LoyaltyProgramId>5d57ca3b-54b5-4468-baa6-b187cc441a76</LoyaltyProgramId> <MissedReasonDescription>sample string 23</MissedReasonDescription> <NetworkId>f9d1f0be-0704-4862-aada-f4137a5c13f3</NetworkId> <NetworkLoyaltyAssignmentDate>sample string 22</NetworkLoyaltyAssignmentDate> <NetworkName>sample string 2</NetworkName> <OriginIdenticationId>0aaf6974-bd39-4e78-b88a-032185955136</OriginIdenticationId> <PAN>sample string 10</PAN> <PIN>sample string 26</PIN> <ProgramDescription>sample string 28</ProgramDescription> <ProgramId>b7160635-fcac-4f5b-b781-f285baa0d833</ProgramId> <RenewalReasonDescription>sample string 24</RenewalReasonDescription> <RequestComment>sample string 25</RequestComment> <RequestOrder>1</RequestOrder> <RequirePin>true</RequirePin> <RequiresPINChange>true</RequiresPINChange> <State>64</State> <SubAccountBalance>1</SubAccountBalance> <SubAccountDescription>sample string 27</SubAccountDescription> <SubAccountId>04ea78aa-1b51-48c6-88cc-4f8c81b53282</SubAccountId> <TrackCaption>sample string 9</TrackCaption> <TrackNumber>sample string 8</TrackNumber> <Type>1</Type> <TypeModelDescription>sample string 6</TypeModelDescription> <TypeModelEncryptedFile>true</TypeModelEncryptedFile> <TypeModelId>a66b160d-325f-455c-b472-380deb349254</TypeModelId> <UpdateDate>sample string 15</UpdateDate> <UseType>64</UseType> <VehicleCode>sample string 38</VehicleCode> <VehicleId>b443c719-78e1-477a-8a4b-8683276b40fc</VehicleId> <VehiclePlate>sample string 39</VehiclePlate> <VouchersRequestId>533e9dd3-ec5c-4335-b2de-182681124a40</VouchersRequestId> </IdentificationDto>