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": "b83e21c2-09a2-4e5d-bfc3-e4743e08ac66", "BannerType": "cb97d9c1-39ea-46bb-9838-b00c7a54bf7c", "BannerTypeName": "sample string 3", "BannerImage": "sample string 4", "BannerUrl": "sample string 5" }, { "Id": "b83e21c2-09a2-4e5d-bfc3-e4743e08ac66", "BannerType": "cb97d9c1-39ea-46bb-9838-b00c7a54bf7c", "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>cb97d9c1-39ea-46bb-9838-b00c7a54bf7c</BannerType> <BannerTypeName>sample string 3</BannerTypeName> <BannerUrl>sample string 5</BannerUrl> <Id>b83e21c2-09a2-4e5d-bfc3-e4743e08ac66</Id> </BannerDto> <BannerDto> <BannerImage>sample string 4</BannerImage> <BannerType>cb97d9c1-39ea-46bb-9838-b00c7a54bf7c</BannerType> <BannerTypeName>sample string 3</BannerTypeName> <BannerUrl>sample string 5</BannerUrl> <Id>b83e21c2-09a2-4e5d-bfc3-e4743e08ac66</Id> </BannerDto> </ArrayOfBannerDto>