a9dd2afd70a1

latestOpenAPI 3.1.02026-08-041130479.2 KB

UAN History

post/v1/api_hub/uan_history_l1

Request body

uanstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "16ed1938-a85c-43a8-aa26-db68010b4e7e",
  "api_category": "Employment history",
  "api_name": "UAN",
  "billable": true,
  "message": "Record found successfully",
  "status": 1,
  "result": {
    "name": "RAMESH KUMAR",
    "dob": "01/01/1900",
    "employment_history": [
      {
        "company_name": "THOMSON DIGITAL",
        "company_address": "129, NSEZ, NOIDA, GAUTAM BUDDHA NAGAR, NOIDA, UTTAR PRADESH, 201305"
      }
    ]
  },
  "datetime": "2023-11-17 04:07:25.614332"
}