Back to all tasks

Make Changes to Application

User task

JSON Schema definition for the Make Changes to Application task

Loading schema...
Examples

Examples

[
  {
    "changes": [
      {
        "changeKind": "LOAN_INCREASE",
        "basicChangeInformation": {
          "parentId": "4eeec39c-18ea-4bbe-a870-846392511e62",
          "description": "Applicant raised the loan increase amount during review"
        },
        "loanIncrease": {
          "amount": {
            "amount": 900000,
            "currency": "NOK"
          },
          "date": "2026-07-01"
        }
      },
      {
        "changeKind": "MATURITY_AND_PAYMENT",
        "basicChangeInformation": {
          "parentId": "4eeec39c-18ea-4bbe-a870-846392511e62"
        },
        "maturity": {
          "numberOfMonths": 360,
          "fixedMaturity": false
        }
      }
    ]
  }
]