Periods

To get the COST_SET_ID see:

pageGet Property-Building sets

To get the periods, use following request

Get all Cost Periods for a Cost set

GET https://www.moderan.net/api/domains/DOMAIN_ID/properties/0/sets/COST_SET_ID/costperiods

This endpoint allows you to get all cost periods for a specific cost set from Moderan The id field received will be used in the future and we will call it PERIOD_ID

Path Parameters

NameTypeDescription

string

[
    {
        "id": 4798,
        "parentId": null,
        "building": null,
        "description": "This is november period",
        "startDate": "2020-11-01",
        "endDate": "2020-11-30",
        "hasLaterPeriods": false,
        "mainLocked": false,
        "locked": false,
        "automaticMeterLinking": false,
        "tenants": [],
        "createdDate": "2021-01-26T15:06:07.000+00:00"
    }
]

Last updated