GET api/brusper/getVenNotification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of getVenNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| getImg | Collection of byte |
None. |
|
| getDetails | string |
None. |
|
| getDate | string |
None. |
|
| error | string |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"getImg": "QEA=",
"getDetails": "sample string 1",
"getDate": "sample string 2",
"error": "sample string 3",
"msg": "sample string 4"
},
{
"getImg": "QEA=",
"getDetails": "sample string 1",
"getDate": "sample string 2",
"error": "sample string 3",
"msg": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfgetVenNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<getVenNotification>
<error>sample string 3</error>
<getDate>sample string 2</getDate>
<getDetails>sample string 1</getDetails>
<getImg>QEA=</getImg>
<msg>sample string 4</msg>
</getVenNotification>
<getVenNotification>
<error>sample string 3</error>
<getDate>sample string 2</getDate>
<getDetails>sample string 1</getDetails>
<getImg>QEA=</getImg>
<msg>sample string 4</msg>
</getVenNotification>
</ArrayOfgetVenNotification>