GET api/BannerNotification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BannerGetResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Banner |
None. |
|
| Response | BaseResponseItems |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"BannerText": "sample string 1",
"URL": "sample string 2"
},
"Response": {
"Processed": "sample string 1",
"Error": "sample string 2"
}
}
application/xml, text/xml
Sample:
<BannerGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignAPI.Models.Responses">
<Response>
<Error>sample string 2</Error>
<Processed>sample string 1</Processed>
</Response>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ESignAPI.Models.DTOs">
<d2p1:BannerText>sample string 1</d2p1:BannerText>
<d2p1:URL>sample string 2</d2p1:URL>
</Data>
</BannerGetResponse>