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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/post_tenant_notificationList HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: application/json
Content-Length: length

{"token":"String","tokensecret":"String","email":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"result":0,"message":"String","list":[{"idnumber":0,"message":"String","full_message":"String","idcia":"String","alias":"String","creadate":"\/Date(-62135596800000-0000)\/","sendto":"String","creaby":"String","fileyn":false,"importantyn":false,"list":[{"idnumber":0,"idpost_notifications2":0,"sendto":"String","idtenant1":0,"read_yn":false,"read_date":"\/Date(-62135596800000-0000)\/","read_by":"String","tenantName":"String"}],"files":[{"idnumber":0,"idpost_notifications2":0,"filename":"String","filesize":0,"filetype":"String","fileurl":"String","creadate":"String","creaby":"String"}]}]}