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 meternumber whose location you want to check 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": ""
  }
}