GET banner/position?shop_id={shop_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shop_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DataResponseOfListOfBannerPositionViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | Collection of BannerPositionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": [ { "position_id": 1, "app_key": "sample string 2", "device_type_id": 3, "name": "sample string 4", "description": "sample string 5", "date_created": "2024-11-25T14:27:34.0990753+08:00", "shop_id": 1, "client_id": 7 }, { "position_id": 1, "app_key": "sample string 2", "device_type_id": 3, "name": "sample string 4", "description": "sample string 5", "date_created": "2024-11-25T14:27:34.0990753+08:00", "shop_id": 1, "client_id": 7 } ] }