genericFinalSubmit

public final Map<String, String> genericFinalSubmit(Context applicationContext, JSONObject serviceCallJson)

Generic Final Submit

Generic Final Submit is used to make API calls for custom configurations for a client

Return

Returns response as a map of string key-value pairs

Parameters

serviceCallJson

Requires service call JSON Example:

{
"country_id": "",
"id_type": "",
"productID": "",
"productName": "",
"additionalDataJSON": {
"Service_ID": "",
"verificationResultId": "",
"AgentCountry": "",
"Customer_Name": "",
"ID_Number": "",
"idType": "",
"Gender": "",
"COUNTRY_ID": "",
"Issue_Date": "",
"Expiry_Date": "",
"Date_Of_Birth": ""
}
}
applicationContext

Application context