All Verbs | /post_tenant_notificationList_v2 |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | No | |
list | form | List<post_notifications2> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | long | No | |
message | form | string | No | |
full_message | form | string | No | |
idcia | form | string | No | |
alias | form | string | No | |
creadate | form | DateTime | No | |
sendto | form | string | No | |
creaby | form | string | No | |
fileyn | form | bool | No | |
importantyn | form | bool | No | |
list | form | List<post_notifications2_list> | No | |
files | form | List<post_notifications2_files> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | long | No | |
idpost_notifications2 | form | long | No | |
sendto | form | string | No | |
idtenant1 | form | long | No | |
read_yn | form | bool | No | |
read_date | form | DateTime | No | |
read_by | form | string | No | |
tenantName | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | int | No | |
idpost_notifications2 | form | int | No | |
filename | form | string | No | |
filesize | form | int | No | |
filetype | form | string | No | |
fileurl | form | string | No | |
creadate | form | string | No | |
creaby | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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_v2 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 } ] } ] }