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

NameTypeDescription

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

NameTypeDescription

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
}

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

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

Last updated