LovettCommercialService V1

<back to all web services

SearchSuites

The following routes are available for this service:
All Verbs/SearchSuites
SearchSuites Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
keywordquerystringYes

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

{
	token: String,
	tokensecret: String,
	keyword: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	validtoken: String,
	found: String,
	existyn: String,
	listSuites: 
	[
		{
			idcia: String,
			projectid: String,
			projectname: String,
			suitenumber: String,
			suitenotes: String
		}
	],
	listProperty: 
	[
		{
			fs: String,
			chat: String,
			namecity: String,
			ciaid: String,
			cianame: String,
			ledger: String,
			idnumber: String,
			name: String,
			proptype: String,
			proptype2: String,
			insdate: String,
			liability: String,
			building: String,
			insurance_premium: String,
			property_coverage: String,
			status: String,
			recordationdate: String,
			lotsize: String,
			bldgsf: String,
			leasedsf: String,
			vacantsf: String,
			nsuite: String,
			ntenant: String,
			npsf: String,
			checkInOut: 
			[
				{
					idnumber: String,
					idcia: String,
					idproject: String,
					latitude: String,
					longitude: String,
					checkin_date: String,
					notes: String,
					circle_status: String,
					distance: String,
					employeeemail: String,
					employeecontact: String,
					checkType: String
				}
			]
		}
	]
}