Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Skenarios service has an API which can be used to maintain portfolio and properties. The base URL for all requests is https://api.skenarios.com/

...

ResponseExplanation
200 OKYour request was processed successfully
201 CreatedYour request was processed successfully, an object was created
400 Bad RequestSomething is wrong in the received data or query. This is most likely a format issue.
401 UnauthorizedYour request was not authorized, please check the JWT token.
403 ForbiddenThe user-specified in the JWT token has no access privileges on the given object.
404 Not FoundThe requested service doesn't exist
422 Unprocessable EntitySent parameters were understood, but their content was problematic. Please check your input.
500 Internal Server ErrorWhoops! This is embarrassing, something unexpected happened. We'll take a look at the issue as soon as possible. 

...

Property idDescription
MONTHLY_MAINTENANCE_FEEMonthly total maintenance fee in local currency.
MONTHLY_HOUSING_LOAN_FEEMonthly total housing loan fee in local currency.
PROPERTY_VALUE_WITHOUT_DEBTTotal property value without the housing debt part of the unit. "Myyntihinta"
PROPERTY_TOTAL_VALUETotal property value. "Velatonhinta"
TOTAL_HOUSING_COMPANY_LOANTotal housing company debt coming with this property. Usually same as  distract PROPERTY_TOTAL_VALUE from PROPERTY_VALUE_WITHOUT_DEBT
MONTHLY_RENTMonthly total rent in local currency.

...