LovettCommercialService V1

<back to all web services

pmSaveTenantMeterPropertyRequest

The following routes are available for this service:
All Verbs/pmSaveTenantMeterPropertyRequest
pmSaveTenantMeterPropertyRequest Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringNo
tokensecretquerystringNo
propertyInfoquerypmTenantPropertyReadmeterItemNo
pmTenantPropertyReadmeterItem Parameters:
NameParameterData TypeRequiredDescription
idciaformstringNo
idprojectformstringNo
watermeterformlongNo
gasmeterformlongNo
electricitymeterformlongNo
readdateformstringNo
waterpicformstringNo
gaspicformstringNo
electricitypicformstringNo
typeformstringNo

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/oneway/pmSaveTenantMeterPropertyRequest HTTP/1.1 
Host: app.lovettcommercial.com 
Content-Type: text/jsv
Content-Length: length

{
	token: String,
	tokensecret: String,
	propertyInfo: 
	{
		idcia: String,
		idproject: String,
		watermeter: 0,
		gasmeter: 0,
		electricitymeter: 0,
		readdate: String,
		waterpic: String,
		gaspic: String,
		electricitypic: String,
		type: String
	}
}