Tenant Server V1

<back to all web services

post_tenant_notificationDetail

The following routes are available for this service:
All Verbs/post_tenant_notificationDetail
post_tenant_notificationDetail Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idnumberquerystringNo
post_tenant_notificationDetailResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
infoformpost_notifications2No
post_notifications2 Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
messageformstringNo
full_messageformstringNo
idciaformstringNo
aliasformstringNo
creadateformDateTimeNo
sendtoformstringNo
creabyformstringNo
fileynformboolNo
importantynformboolNo
listformList<post_notifications2_list>No
filesformList<post_notifications2_files>No
post_notifications2_list Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idpost_notifications2formlongNo
sendtoformstringNo
idtenant1formlongNo
read_ynformboolNo
read_dateformDateTimeNo
read_byformstringNo
tenantNameformstringNo
post_notifications2_files Parameters:
NameParameterData TypeRequiredDescription
idnumberformintNo
idpost_notifications2formintNo
filenameformstringNo
filesizeformintNo
filetypeformstringNo
fileurlformstringNo
creadateformstringNo
creabyformstringNo

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_tenant_notificationDetail 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

{
	result: 0,
	message: String,
	info: 
	{
		idnumber: 0,
		message: String,
		full_message: String,
		idcia: String,
		alias: String,
		creadate: 0001-01-01,
		sendto: String,
		creaby: String,
		fileyn: False,
		importantyn: False,
		list: 
		[
			{
				idnumber: 0,
				idpost_notifications2: 0,
				sendto: String,
				idtenant1: 0,
				read_yn: False,
				read_date: 0001-01-01,
				read_by: String,
				tenantName: String
			}
		],
		files: 
		[
			{
				idnumber: 0,
				idpost_notifications2: 0,
				filename: String,
				filesize: 0,
				filetype: String,
				fileurl: String,
				creadate: String,
				creaby: String
			}
		]
	}
}