Metropol
# Request Parameters
The following parameters are expected:
| Field | Description | Type |
|---|---|---|
| search_type | The Search type you want to do. Examples: Metropol | String |
| report_type | The Metropol report you want to query. Examples: JSON REPORT if you are querrying metropol JSON Summary or FULL JSON REPORT for complete metropol report. | String |
| identifier | This is the search parameter. E.g. ID Number | String |
| consent | Indicates if user consent has been provided. Examples: true or false | Boolean |
| consent_given_by | Name or identifier of the person giving consent. Examples: John Doe | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# Metropol Search
'search_type' is
Metropolandidentifieris the client's ID Number
Search details on a customer's Metropol using their ID Number. As sample response is as follows:
{
"code": "200.001",
"data": {}
}