The example could be used for create a new survey using POST /kyc-surveys/bo in customer-manager

{
  "questions": [
    {
      "identifier": "ACCOUNT_PURPOSE",
      "step": 1,
      "questionWording": {
        "englishFormal": "Account purpose",
        "taglishFormal": "Account purpose",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "descriptionWording": {
        "englishFormal": "What is the main purpose of opening the Advance Bank account?",
        "taglishFormal": "What is the main purpose of opening the Advance Bank account?",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "nextQuestionIdentifier": "SOURCE_OF_INCOME",
      "options": [
        {
          "identifier": "SAVING",
          "wording": {
            "englishFormal": "Saving / Investment",
            "taglishFormal": "Saving / Investment",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "SALARY",
          "wording": {
            "englishFormal": "Salary",
            "taglishFormal": "Salary",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "BUSINESS",
          "wording": {
            "englishFormal": "Business",
            "taglishFormal": "Business",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "OTHER",
          "wording": {
            "englishFormal": "Other",
            "taglishFormal": "Other",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        }
      ]
    },
    {
      "identifier": "SOURCE_OF_INCOME",
      "step": 2,
      "questionWording": {
        "englishFormal": "Source of income",
        "taglishFormal": "Source of income",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "descriptionWording": {
        "englishFormal": "What is your primary source of income?",
        "taglishFormal": "What is your primary source of income?",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "nextQuestionIdentifier": "OCCUPATION",
      "options": [
        {
          "identifier": "SALARY",
          "wording": {
            "englishFormal": "Salary / Pension",
            "taglishFormal": "Salary / Pension",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "INVESTMENT",
          "wording": {
            "englishFormal": "Return of Investment",
            "taglishFormal": "Return of Investment",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "DIVIDEND",
          "wording": {
            "englishFormal": "Dividend",
            "taglishFormal": "Dividend",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "INHERITANCE",
          "wording": {
            "englishFormal": "Inheritance",
            "taglishFormal": "Inheritance",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "REMITTANCE",
          "wording": {
            "englishFormal": "Remittance",
            "taglishFormal": "Remittance",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "OTHER",
          "wording": {
            "englishFormal": "Other",
            "taglishFormal": "Other",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        }
      ]
    },
    {
      "identifier": "OCCUPATION",
      "step": 3,
      "questionWording": {
        "englishFormal": "Occupation",
        "taglishFormal": "Occupation",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "descriptionWording": {
        "englishFormal": "What is your occupation?",
        "taglishFormal": "What is your occupation?",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "nextQuestionIdentifier": "JOB_INDUSTRY",
      "options": [
        {
          "identifier": "PRIVATE",
          "wording": {
            "englishFormal": "Private Company Employee",
            "taglishFormal": "Private Company Employee",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "GOVERNMENT",
          "wording": {
            "englishFormal": "Government Employee",
            "taglishFormal": "Government Employee",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "BUSINESS_OWNER",
          "wording": {
            "englishFormal": "Business Owner",
            "taglishFormal": "Business Owner",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "STUDENT",
          "wording": {
            "englishFormal": "Student",
            "taglishFormal": "Student",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": "END"
        },
        {
          "identifier": "FREELANCER",
          "wording": {
            "englishFormal": "Freelancer",
            "taglishFormal": "Freelancer",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "RETIRED",
          "wording": {
            "englishFormal": "Retired",
            "taglishFormal": "Retired",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": "END"
        },
        {
          "identifier": "UNEMPLOYED",
          "wording": {
            "englishFormal": "Unemployed",
            "taglishFormal": "Unemployed",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": "END"
        }
      ]
    },
    {
      "identifier": "JOB_INDUSTRY",
      "step": 4,
      "questionWording": {
        "englishFormal": "Job industry",
        "taglishFormal": "Job industry",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "descriptionWording": {
        "englishFormal": "What kind of industry do you work in?",
        "taglishFormal": "What kind of industry do you work in?",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "nextQuestionIdentifier": "MONTHLY_INCOME",
      "options": [
        {
          "identifier": "IT",
          "wording": {
            "englishFormal": "Finance, Telco, Communication, IT",
            "taglishFormal": "Finance, Telco, Communication, IT",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "BUSINESS",
          "wording": {
            "englishFormal": "Business Services (BPO, Call centers, Sales agents... )",
            "taglishFormal": "Business Services (BPO, Call centers, Sales agents... )",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "REAL_ESTATE",
          "wording": {
            "englishFormal": "Real Estate & Renting",
            "taglishFormal": "Real Estate & Renting",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "AGRICULTURE",
          "wording": {
            "englishFormal": "Agriculture",
            "taglishFormal": "Agriculture",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "FOOD",
          "wording": {
            "englishFormal": "Food & Beverage",
            "taglishFormal": "Food & Beverage",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "PRODUCTION",
          "wording": {
            "englishFormal": "Production and Manufacture",
            "taglishFormal": "Production and Manufacture",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "DISTRIBUTION",
          "wording": {
            "englishFormal": "Mining, Electricity, Gas, Water Distribution",
            "taglishFormal": "Mining, Electricity, Gas, Water Distribution",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "CONSTRUCTION",
          "wording": {
            "englishFormal": "Construction",
            "taglishFormal": "Construction",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "EDUCATION",
          "wording": {
            "englishFormal": "Education",
            "taglishFormal": "Education",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "HEALTH",
          "wording": {
            "englishFormal": "Health and Social Work",
            "taglishFormal": "Health and Social Work",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "TRADE",
          "wording": {
            "englishFormal": "Wholesale & Retail trade",
            "taglishFormal": "Wholesale & Retail trade",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "HOTELS",
          "wording": {
            "englishFormal": "Hotels & Restaurant",
            "taglishFormal": "Hotels & Restaurant",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "SELF_EMPLOYED",
          "wording": {
            "englishFormal": "Self-employed",
            "taglishFormal": "Self-employed",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "MEDIA",
          "wording": {
            "englishFormal": "Media",
            "taglishFormal": "Media",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "GOVERNMENT",
          "wording": {
            "englishFormal": "Government service",
            "taglishFormal": "Government service",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "POLICE",
          "wording": {
            "englishFormal": "Military, Police",
            "taglishFormal": "Military, Police",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "OTHERS",
          "wording": {
            "englishFormal": "Others",
            "taglishFormal": "Others",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        }
      ]
    },
    {
      "identifier": "MONTHLY_INCOME",
      "step": 5,
      "questionWording": {
        "englishFormal": "Monthly income",
        "taglishFormal": "Monthly income",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "descriptionWording": {
        "englishFormal": "What is your monthly income?",
        "taglishFormal": "What is your monthly income?",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "nextQuestionIdentifier": "EMPLOYMENT_DURATION",
      "options": [
        {
          "identifier": "0-24",
          "wording": {
            "englishFormal": "Less than 24K",
            "taglishFormal": "Less than 24K",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "24-48",
          "wording": {
            "englishFormal": "24K - 48K",
            "taglishFormal": "24K - 48K",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "48-72",
          "wording": {
            "englishFormal": "48K - 72K",
            "taglishFormal": "48K - 72K",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "72-96",
          "wording": {
            "englishFormal": "72K - 96K",
            "taglishFormal": "72K - 96K",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "96-120",
          "wording": {
            "englishFormal": "96K - 120K",
            "taglishFormal": "96K - 120K",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "120-",
          "wording": {
            "englishFormal": "Over 120K",
            "taglishFormal": "Over 120K",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        }
      ]
    },
    {
      "identifier": "EMPLOYMENT_DURATION",
      "step": 6,
      "questionWording": {
        "englishFormal": "Employment duration",
        "taglishFormal": "Employment duration",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "descriptionWording": {
        "englishFormal": "How long have you been employed?",
        "taglishFormal": "How long have you been employed?",
        "englishFriendly": null,
        "taglishFriendly": null
      },
      "nextQuestionIdentifier": "END",
      "options": [
        {
          "identifier": "0-0.5",
          "wording": {
            "englishFormal": "Less than 6 months (probationary)",
            "taglishFormal": "Less than 6 months (probationary)",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "0.5-1",
          "wording": {
            "englishFormal": "More than 6 months, less than 1 year",
            "taglishFormal": "More than 6 months, less than 1 year",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "1-3",
          "wording": {
            "englishFormal": "1 - 3 years",
            "taglishFormal": "1 - 3 years",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "3-5",
          "wording": {
            "englishFormal": "3 - 5 years",
            "taglishFormal": "3 - 5 years",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        },
        {
          "identifier": "5-",
          "wording": {
            "englishFormal": "More than 5 years",
            "taglishFormal": "More than 5 years",
            "englishFriendly": null,
            "taglishFriendly": null
          },
          "nextQuestionIdentifier": null
        }
      ]
    }
  ]
}