GET api/brusper/getVenNotificationList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of getVenNotificationList| Name | Description | Type | Additional information |
|---|---|---|---|
| notification_image | Collection of byte |
None. |
|
| notification_name | string |
None. |
|
| notification_tdate | string |
None. |
|
| notification_text | string |
None. |
|
| notification_details | string |
None. |
|
| notification_status | string |
None. |
|
| notification_no_of_days | string |
None. |
|
| notification_due_date | string |
None. |
|
| error | string |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"notification_image": "QEA=",
"notification_name": "sample string 1",
"notification_tdate": "sample string 2",
"notification_text": "sample string 3",
"notification_details": "sample string 4",
"notification_status": "sample string 5",
"notification_no_of_days": "sample string 6",
"notification_due_date": "sample string 7",
"error": "sample string 8",
"msg": "sample string 9"
},
{
"notification_image": "QEA=",
"notification_name": "sample string 1",
"notification_tdate": "sample string 2",
"notification_text": "sample string 3",
"notification_details": "sample string 4",
"notification_status": "sample string 5",
"notification_no_of_days": "sample string 6",
"notification_due_date": "sample string 7",
"error": "sample string 8",
"msg": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfgetVenNotificationList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<getVenNotificationList>
<error>sample string 8</error>
<msg>sample string 9</msg>
<notification_details>sample string 4</notification_details>
<notification_due_date>sample string 7</notification_due_date>
<notification_image>QEA=</notification_image>
<notification_name>sample string 1</notification_name>
<notification_no_of_days>sample string 6</notification_no_of_days>
<notification_status>sample string 5</notification_status>
<notification_tdate>sample string 2</notification_tdate>
<notification_text>sample string 3</notification_text>
</getVenNotificationList>
<getVenNotificationList>
<error>sample string 8</error>
<msg>sample string 9</msg>
<notification_details>sample string 4</notification_details>
<notification_due_date>sample string 7</notification_due_date>
<notification_image>QEA=</notification_image>
<notification_name>sample string 1</notification_name>
<notification_no_of_days>sample string 6</notification_no_of_days>
<notification_status>sample string 5</notification_status>
<notification_tdate>sample string 2</notification_tdate>
<notification_text>sample string 3</notification_text>
</getVenNotificationList>
</ArrayOfgetVenNotificationList>