How to export person data
via POST request

1. In the Options window select the Http tab. Make sure the Enable POST checkbox is checked. Input the URL the POST request will be sent to.

2. Confirm your choice by pressing the OK button. Next time an Emirates ID card is scanned, the card holder's data will be sent to the given URL. The body of the request will be in the following format:

{
  "CardReadDate":"DD.MM.YYYY",
  "CardReadDateTime":"YYYY-MM-DDTHH:MM:SS",
  "CardReadTime":"HH:MM:SS",
  "CompanyNameArabic":"",
  "CompanyNameEnglish":"",
  "DateOfBirth":"",
  "ExpiryDate":"",
  "FirstNameArabic":"",
  "FirstNameEnglish":"",
  "FullNameArabic":"",
  "FullNameEnglish":"",
  "Gender":"",
  "HomeCityDescArabic":"",
  "HomeCityDescEnglish":"",
  "HomeEmail":"",
  "HomeMobilePhoneNumber":"",
  "IdNumber":"",
  "IssueDate":"",
  "LastNameArabic":"",
  "LastNameEnglish":"",
  "MiddleNameArabic":"",
  "MiddleNameEnglish":"",
  "NationalityArabic":"",
  "NationalityEnglish":"",
  "OccupationTypeArabic":"",
  "OccupationTypeEnglish":"",
  "PassportExpiryDate":"",
  "PassportIssueDate":"",
  "PassportNumber":"",
  "ReadID":"",
  "ResidencyExpiryDate":"",
  "ResidencyNumber":"",
  "SponsorName":"",
  "WorkEmail":"",
  "WorkMobilePhoneNumber":""
}

Copyright © 2022 Glass-Spider