Tenant Server V1

<back to all web services

post_tenant_notificationList

The following routes are available for this service:
All Verbs/post_tenant_notificationList
post_tenant_notificationList Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
post_tenant_notificationListResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
listformList<post_notifications2>No
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_notificationList HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/jsv
Content-Length: length

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

{
	result: 0,
	message: String,
	list: 
	[
		{
			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
				}
			]
		}
	]
}