KPLC Location Checker

# Introduction

This helps verify phone number last swap:

# Request Parameters

The following parameters are expected:

Field Description Type
search_type The Spincrunch Search type you want to do. kplc String
identifier The KPLC meter number whose location you want to check String
consent Indicates whether the data owner has consented to identity verification. String
consent_given_by Name or identifier of the person who provided the data owner’s consent. String

Please find sample implementation on the left


# Response Parameters

Below is a sample response

'search_type' is kplc , identifier is the client's Meter Number

Search details on a customer. As sample response is as follows:

{
  "code": "200.001",
  "data": {
    "address": ""
  }
}