LovettCommercialService V1

<back to all web services

SearchTenant

The following routes are available for this service:
All Verbs/SearchTenant
SearchTenant Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
idciaquerystringYes
keywordquerystringYes
expiredDateFromquerystringYes
expiredDateToquerystringYes

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

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

{
	validtoken: String,
	found: String,
	existyn: String,
	listTenant: 
	[
		{
			found: String,
			existyn: String,
			validtoken: String,
			bldgsf: String,
			useremail: String,
			username: String,
			idcia: String,
			idnumber: String,
			creaby: String,
			creadate: String,
			modiby: String,
			modidate: String,
			account: String,
			idproject: String,
			projectname: String,
			preparedby: String,
			prepareddate: String,
			premiseaddress: String,
			tenantname: String,
			tenantaddress: String,
			tenantcity_st: String,
			tenantzipcode: String,
			tenantphone: String,
			tenantfax: String,
			tenantemail: String,
			noticecopyto: String,
			leasetype: String,
			typeofuse: String,
			termfrom: String,
			termto: String,
			termyears: String,
			termmonths: String,
			premisesf: String,
			tenantshare: String,
			securitydeposit: String,
			prepaidrent: String,
			tiallowance: String,
			commission: String,
			tenantbroker: String,
			llbroker: String,
			percentagerent: String,
			salesover: String,
			salesfrom: String,
			salesto: String,
			latefeepercent: String,
			latefeetype: String,
			latefeeterms: String,
			exclusiveness: String,
			CAMCode: String,
			provision: String,
			tenantins1: String,
			mgmtfee: String,
			tenantins2: String,
			executedlease: String,
			rentstart: String,
			captaxes: String,
			capcam: String,
			capins: String,
			capmgmt: String,
			renewaloptions: String,
			rightrefusal: String,
			insexpdate: String,
			vacantyn: String,
			notes: String,
			status: String,
			dueday: String,
			renewalnotice: String,
			tenantaddress2: String,
			tenantcity_st2: String,
			tenantzipcode2: String,
			tenantphone2: String,
			tenantfax2: String,
			tenantemail2: String,
			attn1: String,
			attn2: String,
			bldgsf2: String,
			guarantor: String,
			camyear: String,
			camtaxes: String,
			camins: String,
			camadmin: String,
			suitenumber: String,
			idsuites1: String,
			balance: String,
			chat: String,
			fs: String,
			linkidcia: String,
			linkaccount: String,
			listFinance: 
			[
				{
					item: String,
					chargetype: String,
					annualpsf: String,
					permonth: String,
					fromdate: String,
					todate: String,
					notes2: String,
					activeyn: String
				}
			],
			listTexesHistory: 
			[
				{
					myear: String,
					cam: String,
					cambill: String,
					utilities: String,
					insurance: String,
					tax: String,
					total: String
				}
			],
			listTenantFile: 
			[
				{
					idnumber: String,
					fname: String,
					dfrom: String,
					dto: String,
					drevised: String,
					revisedby: String,
					revisedyn: String,
					fsid: String
				}
			],
			listTenantDocs: 
			[
				{
					id: String,
					fname: String,
					revision: String,
					fsizekb: String,
					ftype: String,
					creadate: String,
					creaby: String,
					folder: String
				}
			],
			fileList: 
			[
				{
					id: String,
					fname: String,
					revision: String,
					fsizekb: String,
					ftype: String,
					creadate: String,
					creaby: String,
					folder: String
				}
			]
		}
	]
}