CountersData

Introduction

The CountersData web service offers two features, returning printer meter information according to the filters provided.

The available features are described below so that MPS Portal customers can use these functions and integrate them into their systems.

  • WSDL: https://[SERVER_ADDRESS]/CountersWS/CountersData.asmx?wsdl

  • MPS Version: From 5.3.0

Methods

Method

Description

GetCounterTypes

Get the types of meters registered in the system

GetPlainCountersData

Returns the last registered meter without any processing

GetReferenceCountersData

Returns the reference meters for the printers

InsertCounters

This method inserts meter readings for the specified printer

InsertCounterType

Insert a new meter type into the system

Information

The GetCountersData and GetRawCountersData calls have been deprecated and replaced by the GetPlainCountersData call.

System example

Click here to get the example tool, which uses the methods described above.