API: Consumption Meter

The consumption meter endpoint is used to retrieve or modify existing billing details, insert new billing details, or delete or clear billing details.

Tip: For the most current and complete API information in Property Lease Management, run the following GET command.

Copy
GET Metadata for Property Lease Management
Update the GET command to get the metadata for the product you want. Make a snippet from it and add it to all API pages 
GET https://api.businesscentral.dynamics.com/v2.0/dd24e63d-2131-4bd0-bdd5-570c473ba440/api/binarystream/arcb/beta/$metadata

When to Use

Provide info on when to use the endpoints. 

API Setup Information
API Setup information
 
Object ID: 70701670
Collection: bssiPLMConsumptions

The following pages are affected by this resource: 

Display All Consumption Meters

Displays consumption data for all leases that have consumption charges.

Request: 

  • GET /bssiPLMConsumptions

Display Consumption for Specific Meter

Displays consumption data for specific meter number.

Request: 

  • GET /bssiPLMConsumptions?$filter=BssiMeterNo eq '<MeterNo>'

Update Meter Consumption Data

Updates meter consumption data for a meter with a reading type Consumption.

Request: 

  • POST /bssiPLMConsumptions

Update Meter Reading Data

Updates meter reading data for a meter with reading type Reading.

Request: 

  • POST /bssiPLMConsumptions

Delete a Meter

Deletes a meter.

Request: 

  • DELETE /bssiPLMConsumptions