uploadKalpForm
Upload KALP form and assign it to the payment.
An example can be found here
Request
Data
Property | Required | Type | Description |
---|---|---|---|
number | yes | string | The invoice number |
PaymentData | yes | object | The payment data |
kalpData | true | object | The KALP data. |
PaymentData
Property | Required | Type | Description |
---|---|---|---|
paymentplanid | yes | string | The payment plan id |
KALP data
Property | Required | Type | Description |
---|---|---|---|
monthlyIncome | yes | int | Monthly income |
nbrOfPerson | yes | int | Number of persons in the household |
typeOfAccommodation | yes | string | Type of accomodation |
monthlyExpenses | yes | int | Monthly expenses |
monthlyLoans | yes | int | Monthly cost of loans |
Function
Property | Required | Type | Description |
---|---|---|---|
function | true | string | The function name to be used, for this page it’s uploadKalpForm |
Response
Property | Type | Description |
---|---|---|
monthlyIncome | int | Monthly income |
nbrOfPerson | int | Number of persons in household |
typeOfAccommodation | string | Type of accomodation |
monthlyExpenses | int | Monthly expenses |
monthlyLoans | int | Cost of loans per month |
monthlyCost | int | Calculated monthly cost |
result | int | The kalp value ("kvar att leva på") |
date | string | Date and time of kalp |
status | string | Automatic status of kalp |