🖊️
Moderan API
  • Moderan API
  • Authentication
    • API key & Domain ID
  • Assets
    • Spaces
      • Space sizes
  • Contracts
    • Contracts
      • Contract rent and fees
      • Contract spaces
      • Contract persons
  • Turnover rent
    • Turnover
    • Turnover rent
  • Contacts
    • Organizations
    • Persons
  • Reports
    • Rent and fees calculation
    • Building performance
    • Property performance
    • Spaces
  • Costs API
    • Get Property-Building sets
    • Periods
    • Cost types
    • Bills
    • Contract terms
    • Get Costs for a period
    • Get Cost Rates for a period
    • Send Readings data
  • Classifiers
    • Billing names
    • Distribution Basis
Powered by GitBook
On this page
  • Get contract rent and fees
  • Create an entry in contract rent and fees

Was this helpful?

  1. Contracts
  2. Contracts

Contract rent and fees

Get contract rent and fees

GET https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/buildings/0/contracts/CONTRACT_ID/financials

Path Parameters

Name
Type
Description

DOMAIN_ID*

String

The domain ID of client

CONTRACT_ID

String

ID of contract

Create an entry in contract rent and fees

POST https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/buildings/0/contracts/CONTRACT_ID/financials/FINANCIAL_ID

Path Parameters

Name
Type
Description

DOMAIN_ID

int

The domain ID of client

CONTRACT_ID

int

ID of contract

FINANCIAL_ID

int

ID on rent/fees entry

{
  "startDate": "2023-02-09",
  "description": "description",
  "monthlyRent": null,
  "rentPerSquareMeter": 55,
  "billingName": {
    "key": "6168"
  },
  "basis": {
    "key": "123"
  },
  "indexation": true
}

POST payload

{
  "startDate": "2023-02-09",
  "description": "description",
  "monthlyRent": null,
  "rentPerSquareMeter": 55,
  "billingName": {
    "key": "6168"
  },
  "basis": {
    "key": "7"
  },
  "indexation": false
}
PreviousContractsNextContract spaces

Last updated 1 year ago

Was this helpful?

Billing names :

Distribution basis :

https://apimoderan.gitbook.io/moderan-api/classifiers/billing-names
https://apimoderan.gitbook.io/moderan-api/classifiers/distribution-basis