Tenant Server V1

<back to all web services

post_pm_tenant_assetsDetail

The following routes are available for this service:
All Verbs/post_pm_tenant_assetsDetail
post_pm_tenant_assetsDetail Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idnumberquerystringNo
post_pm_tenant_assetsDetailResponse Parameters:
NameParameterData TypeRequiredDescription
assetsformpost_tenant_assetsNo
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
post_tenant_assets Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idtenant1formintNo
business_descriptionformstringNo
owner_biographyformstringNo
logo_urlformstringNo
menu_urlformstringNo
menufile_urlformstringNo
creadateformDateTimeNo
display_ynformboolNo
modidateformDateTimeNo
modibyformstringNo
notesformstringNo
photosformList<post_tenant_assets_photos>No
tenantNameformstringNo
post_tenant_assets_photos Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idtenant1formintNo
idpost_tenant_assetsformlongNo
indexformintNo
image_urlformstringNo
descriptionformstringNo

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

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

{
	assets: 
	{
		idnumber: 0,
		idtenant1: 0,
		business_description: String,
		owner_biography: String,
		logo_url: String,
		menu_url: String,
		menufile_url: String,
		creadate: 0001-01-01,
		display_yn: False,
		modidate: 0001-01-01,
		modiby: String,
		notes: String,
		photos: 
		[
			{
				idnumber: 0,
				idtenant1: 0,
				idpost_tenant_assets: 0,
				index: 0,
				image_url: String,
				description: String
			}
		],
		tenantName: String
	},
	result: 0,
	message: String
}