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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

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

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