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
}
Last updated
Was this helpful?