Tenant Server V1

<back to all web services

post_pm_notificationList

The following routes are available for this service:
All Verbs/post_pm_notificationList
post_pm_notificationList Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
post_pm_notificationListResponse Parameters:
NameParameterData TypeRequiredDescription
notificationsformList<post_notifications>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
post_notifications Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idtenant1formintNo
messageformstringNo
related_tableformstringNo
related_tableIDformlongNo
read_ynformboolNo
read_dateformDateTimeNo
read_byformstringNo
creadateformDateTimeNo

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

{
	notifications: 
	[
		{
			idnumber: 0,
			idtenant1: 0,
			message: String,
			related_table: String,
			related_tableID: 0,
			read_yn: False,
			read_date: 0001-01-01,
			read_by: String,
			creadate: 0001-01-01
		}
	],
	result: 0,
	message: String
}