eQuipAPI

<back to all web services

GetAllMeterReadingType

Get Asset Meter Reading Type from Template Table

The following routes are available for this service:
GET/GetAllMeterReadingTypeGet Asset Meter Reading Type from Template Table
GetAllMeterReadingType Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
ManufactureNamequerystringNo
ModelquerystringNo
ReadingRangequerystringNo
isCalledFromAddEditFormqueryboolNo
GetAllMeterReadingTypeResponse Parameters:
NameParameterData TypeRequiredDescription
AllMeterReadingTypebodyList<Dictionary>No
AllMeterReadingDefinitionbodyList<Dictionary>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/GetAllMeterReadingType HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/csv
Content-Length: length

{"UserID":"String","ManufactureName":"String","Model":"String","ReadingRange":"String","isCalledFromAddEditForm":false}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"AllMeterReadingType":[{"String":{}}],"AllMeterReadingDefinition":[{"String":{}}]}