Bills
Gets all bills for specified period
GET
https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/sets/0/periods/PERIOD_ID/bills
Path Parameters
Name
Type
Description
DOMAIN_ID*
number
Domain ID of customer
PERIOD_ID*
number
Period ID
Creates a bill inside a period
POST
https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/sets/0/periods/PERIOD_ID/bills
Path Parameters
Name
Type
Description
DOMAIN_ID
String
ID of customer
PERIOD_ID
String
ID of period
Updates a bill
PUT
https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/sets/0/periods/PERIOD_ID/bills/BILL_ID
Path Parameters
Name
Type
Description
DOMAIN_ID
String
ID of customer
BILL_ID
String
ID of bill you are updating
PERIOD_ID
String
ID of period
To get PERIOD_ID see:
PeriodsTo get cost type id see:
Last updated