GET api/promo/getall
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Promo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Title | string |
None. |
|
| Image | string |
None. |
|
| HtmlView | string |
None. |
|
| IsShow | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Title": "sample string 2",
"Image": "sample string 3",
"HtmlView": "sample string 4",
"IsShow": true
},
{
"id": 1,
"Title": "sample string 2",
"Image": "sample string 3",
"HtmlView": "sample string 4",
"IsShow": true
}
]