🖊️
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
  • Gets all bills for specified period
  • Creates a bill inside a period
  • Updates a bill

Was this helpful?

  1. Costs API

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:

To get cost type id see:

PreviousCost typesNextContract terms

Last updated 3 months ago

Was this helpful?

Periods
LogoGitBook