1. Home
  2. Docs
  3. Workbench: Applications
  4. Raw Response tab

Raw Response tab

This tab is available to developers and testers to establish the precise field names and return (Json) provided to the API. The entire outcome can be stored by the Insurer in which every piece of information that the Sm8rtHealth application recorded and generated is available to the Client.

Extract:

{
  "apiEndPoint": "/api/v1/underwriting/outcome/wY21m9b",
  "date": "2023-02-06T04:15:49.7878402Z",
  "success": true,
  "statusCode": 200,
  "errorMessage": "",
  "firstError": "",
  "message": "Applicant Outcome generated 03 Feb 2023 00:27",
  "result": {
    "outcome": {
      "applicantOutcome": {
        "benefitResults": [
          {
            "benefitCode": "EMC",
            "accepted": null,
            "benefitName": "Existing medical conditions",
            "primaryBenefit": true,
            "pathResults": [
              {
                "disclosureIdentifier": "42001",
                "disclosureFamilyCode": "A42001",
                "disclosureDescription": "Body mass index -female",
                "disclosureFamilyDescription": "BMI",
                "friendlyDescription": "Body mass index -female",
                "code": "Load-GEN-BMI-A42001-G-EMC",
                "outcome": null,
                "path": "G",
                "questionSection": "GeneralSection",
                "description": "[Body mass index -female-A42001-42001-G-BaseTravel-EMC-Load]",
                "loading": 125.0,
                "pathType": "Load",
                "comboReason": null,
                "isComboLogic": false,
                "categoryCode": "BMI",
                "categoryName": "BMI - Female",
                "parentCategoryCode": "GEN",
                "parentCategoryName": "General rules",
                "benefitCode": "EMC",
                "underwritingRuleSet": "BaseTravelRuleSet",
                "weighting": 0,
                "pathTypeAliasDescription": "Load ",
                "pathTypeAlias": "Load",
                "pathTypePreSymbol": "",
                "pathTypePostSymbol": "%"
              },
              {
                "disclosureIdentifier": "1342",
                "disclosureFamilyCode": "A0168",
                "disclosureDescription": "Insulin controlled diabetes",
                "disclosureFamilyDescription": "DM",
                "friendlyDescription": "Insulin controlled diabetes",
                "code": "Load-BLO-DMA-A0168-J-EMC",
                "outcome": null,
                "path": "J",
                "questionSection": "CatchAllSection",
                "description": "[Insulin controlled diabetes-A0168-1342-J-BaseTravel-EMC-Load]",
                "loading": 10.0,
                "pathType": "Load",
                "comboReason": null,
                "isComboLogic": false,
                "categoryCode": "DMA",
                "categoryName": "DM or abnormal blood sugar level",
                "parentCategoryCode": "BLO",
                "parentCategoryName": "Blood and Endocrine",
                "benefitCode": "EMC",
                "underwritingRuleSet": "BaseTravelRuleSet",
                "weighting": 20,
                "pathTypeAliasDescription": "Load ",
                "pathTypeAlias": "Load",
                "pathTypePreSymbol": "",
                "pathTypePostSymbol": "%"
              },

How can we help?