a9dd2afd70a1

latestOpenAPI 3.1.02026-08-041130479.2 KB

LPG Verification

post/v1/api_hub/lpg_verification_l1

Request body

consumer_idstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "d4c34e98-344d-47c1-9d02-ac424c9acc92",
  "api_category": "Utility Verification",
  "api_name": "Verify LPG",
  "billable": true,
  "message": "Success",
  "status": 1,
  "result": {
    "name": "Ramesh singh",
    "consumer_details": {
      "ConsumerRelType": "LPG",
      "ConsumerCategory": "Domestic",
      "MIDueDate": "02/25/2005 00:00:00",
      "RelationshipUCMId": "RL000000036391234",
      "ConsumerMobile": "9994451234",
      "ConsumerId": "75000000512345",
      "ConsumerStatus": "ACTIVE",
      "TubeChangeDate": "02/25/2000 00:00:00",
      "ConsumerSubStatus": "ACTIVE",
      "ConsumerType": "Double Bottle Connection",
      "ConsumerNo": "03197",
      "TubeChangeDueDate": "02/25/2005 00:00:00"
    },
    "address": {
      "AddressLine3": ".",
      "AddressLine2": "SURESH COLONY",
      "AddressLine1": "2/1 PURUSOTHAMAN NAGAR",
      "State": "Tamil Nadu",
      "StateCode": "TN",
      "City": "KARAMADAI",
      "District": "COIMBATORE",
      "Pincode": "641104",
      "DistrictCode": "TN002"
    },
    "distributor_details": {
      "DistributorCode": "0000198964",
      "DistributorBacklogDays": "1",
      "DistributorName": "SHREE RANGA GAS SERVICE",
      "DistributorContact": "9842274096, 04254274069, 8454955555",
      "DistributorAddress": {
        "AddressLine3": "COIMBATORE DT.- 641104",
        "AddressLine2": "KARAMADAI",
        "AddressLine1": "\"188, KNP ROAD\"",
        "StateCode": "TN",
        "Country": "India",
        "City": "COIMBATORE",
        "District": "COIMBATORE",
        "DistrictCode": "TN002"
      }
    }
  },
  "datetime": "2023-08-06 17:12:54.730613"
}