UAN to Passbook (Without OTP)

post/v1/api_hub/uan_to_passbook_without_otp_l1

Request body

uanstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "923bb925-9b59-48f9-8a0d-55b3d93ad255",
  "api_category": "Employment",
  "api_name": "UAN Passbook Without OTP get Details",
  "billable": true,
  "message": "Record found successfully",
  "status": 1,
  "result": {
    "uan": "101510507898",
    "message": "success",
    "full_name": "xxxxxx xxxxxx xxxxxx",
    "mobile": "9619826054",
    "father_name": "xxxxx xxxxxxx xxxxxxx",
    "dob": "21-06-1989",
    "companies": [
      {
        "member_id": "xxxxxxxxxxxx",
        "est_name": "xxxxxxxxx xxxxxxxxx PRIVATE LIMITED",
        "doj_epf": "01-09-2019",
        "passbook": [
          {
            "employee_share": "1800",
            "employer_share": "1800",
            "pension_share": "0",
            "approved_on": "15-10-2019",
            "year": "2019",
            "month": "10",
            "description": "Cont. For Due-Month 102019"
          }
        ]
      }
    ]
  },
  "datetime": "2024-08-22 17:58:31.514281"
}