Get Health Configuration for a distributor
Retrieve Configuration details for a distributor Health working
Query Parameters
- 200
- 400
- 500
Successful Response
Schema
collection of json objects
{
"JsonData": {
"Jsondata": [
{
"distributorId": "BCIBL",
"jsonDataUI": {
"CONSUMER": {
"infoEmail": "customercare@1sb.com",
"consumerId": "BCIBL",
"contactEmail": "customercare@1sb.com",
"contactNumber": "1800-313-123123",
"distributorLogo": "https://insurance-manufacturer.s3.ap-south-1.amazonaws.com/logos/image-20230223-131646.png"
},
"DISTRIBUTER": {
"infoEmail": "customercare@1sb.com",
"contactEmail": "customercare@1sb.com",
"contactNumber": "022-39019400",
"distributerID": "BCIBL",
"distributorLogo": "https://insurance-manufacturer.s3.ap-south-1.amazonaws.com/logos/image-20230223-131646.png",
"distributorName": "BCIBL"
},
"INSURER_LIST": [
{
"manufacturer_id": "HDFCERGO",
"manufacturer_name": "HDFC Ergo"
},
{
"manufacturer_id": "NBHI",
"manufacturer_name": "Niva Bupa"
},
{
"manufacturer_id": "ABHI",
"manufacturer_name": "Aditya Birla"
}
],
"LAZY_LOADING": {
"inerval": "5000"
},
"PAY_SETTINGS": {
"ABHI": "PRE",
"NBHI": "PRE",
"HDFCERGO": "PRE"
},
"POLICY_BENEFIT": [
{
"option_code": "recvBen",
"benefit_name": "Recovery Benefit",
"option_description": "Recovery Benefit Available"
},
{
"option_code": "hcb",
"benefit_name": "Hospital Cash Benefit",
"option_description": "Hospital Cash Benefit Available"
},
{
"option_code": "supNCB",
"benefit_name": "Super NCB",
"option_description": "Extended/Super NCB available"
},
{
"option_code": "intEmerg",
"benefit_name": "International Emergency Assistance",
"option_description": "International Emergency Assistance Available"
},
{
"option_code": "matExp",
"benefit_name": "Maternity Cover",
"option_description": "Maternity Cover availability"
},
{
"option_code": "opdExp",
"benefit_name": "OPD Expenses",
"option_description": "OPD Expenses Covered"
},
{
"option_code": "ulReload",
"benefit_name": "Unlimited Reload of SI",
"option_description": "Unlimited Reload"
},
{
"option_code": "copay",
"benefit_name": "Zero Copayment",
"option_description": "No Copayment"
},
{
"option_code": "deduc",
"benefit_name": "Copayment/Deductible",
"option_description": "Amount deductible for claim or %age of copayment"
}
],
"VIEW_MORE_COUNTER": 4,
"FEATURED_PLAN_ORDER": [
{
"order": "1",
"plan_id": "10004"
},
{
"order": "2",
"plan_id": "10005"
},
{
"order": "3",
"plan_id": "10007"
},
{
"order": "4",
"plan_id": "10006"
},
{
"order": "5",
"plan_id": "10003"
},
{
"order": "6",
"plan_id": "10008"
},
{
"order": "7",
"plan_id": "10002"
}
],
"LANDING_PAGE_CONFIG": {
"genderList": [
"Male",
"Female"
],
"memberOptions": [
"Self",
"Spouse",
"Son",
"Daughter",
"Father",
"Mother",
"Father-in-law",
"Mother-in-law"
],
"incomeBrackets": [
"Upto 2.5 L",
"2.5 L - 5 L",
"5 L - 10 L",
"10 L or Above"
],
"requirementPlan": [
"Comprehensive Plans",
"Top Up Plans",
"All Plans"
],
"singleSelectMember": [
"Self",
"Father",
"Mother"
],
"preExistingDiseaseOptions": [
{
"options": {
"Cancer": false,
"Asthama": false,
"Thyroid": false,
"Diabetes": false,
"Blood Pressure": false,
"Heart Conditions": false
},
"sectionName": "Existing illness"
},
{
"options": {
"Appendix": false,
"C-section": false,
"Gall bladder": false
},
"sectionName": "Surgical procedure"
}
]
},
"POLICY_COVER_AMOUNT": [
{
"text": "300000",
"value": "300000"
},
{
"text": "500000",
"value": "500000"
},
{
"text": "750000",
"value": "750000"
},
{
"text": "1000000",
"value": "1000000"
},
{
"text": "1500000",
"value": "1500000"
},
{
"text": "2000000",
"value": "2000000"
},
{
"text": "2500000",
"value": "2500000"
},
{
"text": "5000000",
"value": "5000000"
},
{
"text": "10000000",
"value": "10000000"
}
],
"GATE_CRITERIA_SETTINGS": {
"ABHI": "NO",
"NBHI": "NO",
"HDFCERGO": "NO"
},
"LOGOUT_URL_REDIRECTION": [
"https://www.bajajcapitalinsurance.com/"
]
},
"Id": 1
}
]
}
}
Consumer Response
Schema
- Array [
- ]
Section to carry quote responses
errors object[] required
This array contains error messages in case of an error
Possible values: <= 50 characters
In case error occurs, the error code will be stored here
Possible values: <= 100 characters
In case error occurs, the error display message will be stored here
Possible values: <= 20 characters
In case error occurs, the error identifier will be stored here
Possible values: <= 100 characters
In case error occurs, the error message will be stored here
Possible values: <= 10 characters
In case error occurs, the error type will be stored here
Request Id for the quote assigned by 1SB
{
"data": {},
"errors": [
{
"errorCode": "string",
"errorDisplayMessage": "string",
"errorIdentifier": "string",
"errorMessage": "string",
"errorType": "string"
}
],
"reqId": "string"
}
Consumer Response
Schema
- Array [
- ]
Section to carry quote responses
errors object[] required
This array contains error messages in case of an error
Possible values: <= 50 characters
In case error occurs, the error code will be stored here
Possible values: <= 100 characters
In case error occurs, the error display message will be stored here
Possible values: <= 20 characters
In case error occurs, the error identifier will be stored here
Possible values: <= 100 characters
In case error occurs, the error message will be stored here
Possible values: <= 10 characters
In case error occurs, the error type will be stored here
Request Id for the quote assigned by 1SB
{
"data": {},
"errors": [
{
"errorCode": "string",
"errorDisplayMessage": "string",
"errorIdentifier": "string",
"errorMessage": "string",
"errorType": "string"
}
],
"reqId": "string"
}