POST Identifications

Creates a new identification.

Request Information

URI Parameters

None.

Body Parameters

The data of the identification.

IdentificationDto
NameDescriptionTypeAdditional 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.

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.

Email

string

None.

DeactivationReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NetworkId": "83326675-0024-4f1d-b2a5-365178d76e52",
  "NetworkName": "sample string 2",
  "Id": "ad586f8c-2a37-47b8-81df-2f5a39638efb",
  "UseType": 64,
  "Type": 1,
  "TypeModelId": "03d2610e-8c0f-4d58-b8e9-913881299dba",
  "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-04-25T16:18:28.8770681Z",
  "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": "0e294d38-be3d-44d5-90be-0d7b3351c50c",
  "SubAccountDescription": "sample string 27",
  "DriverId": "1428e32d-d0c0-417f-bb53-f5c784b975fd",
  "VehicleId": "965a40f0-9dd4-454b-858c-4e6c67f99784",
  "ProgramId": "f11ad243-58eb-4e17-997a-cbad6f5bda95",
  "ProgramDescription": "sample string 28",
  "LoyaltyProgramId": "37c03d5f-48e3-4f05-94a8-81cfc073e478",
  "LoyaltyProgramDescription": "sample string 29",
  "ContractId": "ce85e676-e5fd-4ab6-9f26-52c4657fb933",
  "ContractDescription": "sample string 30",
  "ContractModeDescription": "sample string 31",
  "RequiresPINChange": true,
  "IdCompany": "796fa62c-426e-4a5d-8111-e86008098474",
  "CompanyName": "sample string 33",
  "DriverCode": "sample string 34",
  "DriverFirstName": "sample string 35",
  "DriverLastName": "sample string 36",
  "VehicleCode": "sample string 37",
  "VehiclePlate": "sample string 38",
  "RequirePin": true,
  "DeactivationType": 64,
  "DriverDescription": "sample string 34 - sample string 36 sample string 35",
  "VehicleDescription": "sample string 37 - sample string 38",
  "AmountVoucherInitial": 40.0,
  "AmountVoucherInitialText": "sample string 41",
  "CurrencyCode": "sample string 42",
  "VouchersRequestId": "760a22c7-4b8e-4c26-a1c8-74abb0189a75",
  "SubAccountBalance": 1.0,
  "OriginIdenticationId": "d0cf160c-8455-489c-ae4f-a59627faf238",
  "Email": "sample string 43",
  "DeactivationReason": "sample string 44"
}

application/xml, text/xml

Sample:
<IdentificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <ActivationDate>2025-04-25T16:18:28.8770681Z</ActivationDate>
  <Active>true</Active>
  <AmountVoucherInitial>40</AmountVoucherInitial>
  <AmountVoucherInitialText>sample string 41</AmountVoucherInitialText>
  <AssignmentDate>sample string 16</AssignmentDate>
  <AssignmentDateShort>sample string 18</AssignmentDateShort>
  <CompanyName>sample string 33</CompanyName>
  <ContractDescription>sample string 30</ContractDescription>
  <ContractId>ce85e676-e5fd-4ab6-9f26-52c4657fb933</ContractId>
  <ContractModeDescription>sample string 31</ContractModeDescription>
  <CreationDate>sample string 14</CreationDate>
  <CurrencyCode>sample string 42</CurrencyCode>
  <DeactivationReason>sample string 44</DeactivationReason>
  <DeactivationType>64</DeactivationType>
  <DriverCode>sample string 34</DriverCode>
  <DriverFirstName>sample string 35</DriverFirstName>
  <DriverId>1428e32d-d0c0-417f-bb53-f5c784b975fd</DriverId>
  <DriverLastName>sample string 36</DriverLastName>
  <Email>sample string 43</Email>
  <ExpirationDate>sample string 17</ExpirationDate>
  <ExpirationDateShort>sample string 19</ExpirationDateShort>
  <Id>ad586f8c-2a37-47b8-81df-2f5a39638efb</Id>
  <IdCompany>796fa62c-426e-4a5d-8111-e86008098474</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>37c03d5f-48e3-4f05-94a8-81cfc073e478</LoyaltyProgramId>
  <MissedReasonDescription>sample string 23</MissedReasonDescription>
  <NetworkId>83326675-0024-4f1d-b2a5-365178d76e52</NetworkId>
  <NetworkLoyaltyAssignmentDate>sample string 22</NetworkLoyaltyAssignmentDate>
  <NetworkName>sample string 2</NetworkName>
  <OriginIdenticationId>d0cf160c-8455-489c-ae4f-a59627faf238</OriginIdenticationId>
  <PAN>sample string 10</PAN>
  <PIN>sample string 26</PIN>
  <ProgramDescription>sample string 28</ProgramDescription>
  <ProgramId>f11ad243-58eb-4e17-997a-cbad6f5bda95</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>0e294d38-be3d-44d5-90be-0d7b3351c50c</SubAccountId>
  <TrackCaption>sample string 9</TrackCaption>
  <TrackNumber>sample string 8</TrackNumber>
  <Type>1</Type>
  <TypeModelDescription>sample string 6</TypeModelDescription>
  <TypeModelId>03d2610e-8c0f-4d58-b8e9-913881299dba</TypeModelId>
  <UpdateDate>sample string 15</UpdateDate>
  <UseType>64</UseType>
  <VehicleCode>sample string 37</VehicleCode>
  <VehicleId>965a40f0-9dd4-454b-858c-4e6c67f99784</VehicleId>
  <VehiclePlate>sample string 38</VehiclePlate>
  <VouchersRequestId>760a22c7-4b8e-4c26-a1c8-74abb0189a75</VouchersRequestId>
</IdentificationDto>

application/x-www-form-urlencoded

Sample:

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
NameDescriptionTypeAdditional 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.

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.

Email

string

None.

DeactivationReason

string

None.

Response Formats

application/json, text/json

Sample:
{
  "NetworkId": "b66f8458-131f-4c41-af8c-666779d2837a",
  "NetworkName": "sample string 2",
  "Id": "a8dd35a9-23de-4da4-8d11-318edc7979f3",
  "UseType": 64,
  "Type": 1,
  "TypeModelId": "de249ae5-8f1a-4a52-843a-10ae5b8289d4",
  "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-04-25T16:18:28.8926943Z",
  "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": "9235f334-1443-4d4c-afc2-65ff7c90f934",
  "SubAccountDescription": "sample string 27",
  "DriverId": "4d4841fb-7503-4a02-8f35-4e382a1ab178",
  "VehicleId": "7ed2428a-d6d3-4f38-9b73-8c8a41f5190e",
  "ProgramId": "386b524c-72cb-4a8a-afc3-1e74b0117389",
  "ProgramDescription": "sample string 28",
  "LoyaltyProgramId": "2c4b1c93-50c8-4063-9ab5-e87ac1be7795",
  "LoyaltyProgramDescription": "sample string 29",
  "ContractId": "6d4453ad-4c6c-44ec-be38-62a1526c8dc8",
  "ContractDescription": "sample string 30",
  "ContractModeDescription": "sample string 31",
  "RequiresPINChange": true,
  "IdCompany": "f67e30e4-a8b3-45ae-969f-f0f55c2786d5",
  "CompanyName": "sample string 33",
  "DriverCode": "sample string 34",
  "DriverFirstName": "sample string 35",
  "DriverLastName": "sample string 36",
  "VehicleCode": "sample string 37",
  "VehiclePlate": "sample string 38",
  "RequirePin": true,
  "DeactivationType": 64,
  "DriverDescription": "sample string 34 - sample string 36 sample string 35",
  "VehicleDescription": "sample string 37 - sample string 38",
  "AmountVoucherInitial": 40.0,
  "AmountVoucherInitialText": "sample string 41",
  "CurrencyCode": "sample string 42",
  "VouchersRequestId": "586f3c75-75c5-4ae8-b28b-be6414a99215",
  "SubAccountBalance": 1.0,
  "OriginIdenticationId": "03f84919-9e11-4581-8e1c-7b02ade27beb",
  "Email": "sample string 43",
  "DeactivationReason": "sample string 44"
}

application/xml, text/xml

Sample:
<IdentificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <ActivationDate>2025-04-25T16:18:28.8926943Z</ActivationDate>
  <Active>true</Active>
  <AmountVoucherInitial>40</AmountVoucherInitial>
  <AmountVoucherInitialText>sample string 41</AmountVoucherInitialText>
  <AssignmentDate>sample string 16</AssignmentDate>
  <AssignmentDateShort>sample string 18</AssignmentDateShort>
  <CompanyName>sample string 33</CompanyName>
  <ContractDescription>sample string 30</ContractDescription>
  <ContractId>6d4453ad-4c6c-44ec-be38-62a1526c8dc8</ContractId>
  <ContractModeDescription>sample string 31</ContractModeDescription>
  <CreationDate>sample string 14</CreationDate>
  <CurrencyCode>sample string 42</CurrencyCode>
  <DeactivationReason>sample string 44</DeactivationReason>
  <DeactivationType>64</DeactivationType>
  <DriverCode>sample string 34</DriverCode>
  <DriverFirstName>sample string 35</DriverFirstName>
  <DriverId>4d4841fb-7503-4a02-8f35-4e382a1ab178</DriverId>
  <DriverLastName>sample string 36</DriverLastName>
  <Email>sample string 43</Email>
  <ExpirationDate>sample string 17</ExpirationDate>
  <ExpirationDateShort>sample string 19</ExpirationDateShort>
  <Id>a8dd35a9-23de-4da4-8d11-318edc7979f3</Id>
  <IdCompany>f67e30e4-a8b3-45ae-969f-f0f55c2786d5</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>2c4b1c93-50c8-4063-9ab5-e87ac1be7795</LoyaltyProgramId>
  <MissedReasonDescription>sample string 23</MissedReasonDescription>
  <NetworkId>b66f8458-131f-4c41-af8c-666779d2837a</NetworkId>
  <NetworkLoyaltyAssignmentDate>sample string 22</NetworkLoyaltyAssignmentDate>
  <NetworkName>sample string 2</NetworkName>
  <OriginIdenticationId>03f84919-9e11-4581-8e1c-7b02ade27beb</OriginIdenticationId>
  <PAN>sample string 10</PAN>
  <PIN>sample string 26</PIN>
  <ProgramDescription>sample string 28</ProgramDescription>
  <ProgramId>386b524c-72cb-4a8a-afc3-1e74b0117389</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>9235f334-1443-4d4c-afc2-65ff7c90f934</SubAccountId>
  <TrackCaption>sample string 9</TrackCaption>
  <TrackNumber>sample string 8</TrackNumber>
  <Type>1</Type>
  <TypeModelDescription>sample string 6</TypeModelDescription>
  <TypeModelId>de249ae5-8f1a-4a52-843a-10ae5b8289d4</TypeModelId>
  <UpdateDate>sample string 15</UpdateDate>
  <UseType>64</UseType>
  <VehicleCode>sample string 37</VehicleCode>
  <VehicleId>7ed2428a-d6d3-4f38-9b73-8c8a41f5190e</VehicleId>
  <VehiclePlate>sample string 38</VehiclePlate>
  <VouchersRequestId>586f3c75-75c5-4ae8-b28b-be6414a99215</VouchersRequestId>
</IdentificationDto>