🖊️
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

Was this helpful?

  1. Contracts
  2. Contracts

Contract spaces

Get spaces related to contract

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

Path Parameters

Name
Type
Description

DOMAIN_ID*

String

The domain ID of client

CONTRACT_ID*

String

Contract ID

   
    {
        "startDate": "2024-01-01",
        "endDate": null,
        "description": "",
        "spaces": [
            {
                "name": "B2-02",
                "id": 10061
            },
            {
                "name": "P1",
                "id": 15881
            }
        ],
        "id": 17492,
        "rentalSpace": 22.00,
        "rentalSpaceByDays": 0,
        "ratio": 1
    },
    {
        "startDate": "2023-09-01",
        "endDate": null,
        "description": "",
        "spaces": [
            {
                "name": "B2-02",
                "id": 10061
            }
        ],
        "id": 15990,
        "rentalSpace": 22.00,
        "rentalSpaceByDays": 0,
        "ratio": 1
    }
PreviousContract rent and feesNextContract persons

Last updated 1 year ago

Was this helpful?