GET api/Banner/GetBannerList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BannerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
BannerType | globally unique identifier |
None. |
|
BannerTypeName | string |
None. |
|
BannerImage | string |
None. |
|
BannerUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "82a3bfcc-8d1a-4ffe-b5ce-72d4f8e8daa7", "BannerType": "ee8ad720-75c4-45d5-8922-819890d26ac3", "BannerTypeName": "sample string 3", "BannerImage": "sample string 4", "BannerUrl": "sample string 5" }, { "Id": "82a3bfcc-8d1a-4ffe-b5ce-72d4f8e8daa7", "BannerType": "ee8ad720-75c4-45d5-8922-819890d26ac3", "BannerTypeName": "sample string 3", "BannerImage": "sample string 4", "BannerUrl": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfBannerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.BannerModule.Model"> <BannerDto> <BannerImage>sample string 4</BannerImage> <BannerType>ee8ad720-75c4-45d5-8922-819890d26ac3</BannerType> <BannerTypeName>sample string 3</BannerTypeName> <BannerUrl>sample string 5</BannerUrl> <Id>82a3bfcc-8d1a-4ffe-b5ce-72d4f8e8daa7</Id> </BannerDto> <BannerDto> <BannerImage>sample string 4</BannerImage> <BannerType>ee8ad720-75c4-45d5-8922-819890d26ac3</BannerType> <BannerTypeName>sample string 3</BannerTypeName> <BannerUrl>sample string 5</BannerUrl> <Id>82a3bfcc-8d1a-4ffe-b5ce-72d4f8e8daa7</Id> </BannerDto> </ArrayOfBannerDto>