POST api2/shop_updates.json
Get updated shops
Request Information
URI Parameters
None.
Body Parameters
API.Models.ShopUpdatesName | Description | Type | Additional information |
---|---|---|---|
shopIDs |
List of Shop IDs |
Collection of integer |
None. |
newerThen |
Get shop updates where newer then. |
date |
Required |
Request Formats
{ "shopIDs": [ 1, 2 ], "newerThen": "2024-11-02T16:32:32.6799197+01:00" }
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+ShopsName | Description | Type | Additional information |
---|---|---|---|
shopTitle | string |
None. |
|
shopDescription | string |
None. |
|
shopIcon | string |
None. |
|
shopUrl | string |
None. |
|
shopID | integer |
None. |
|
categoryID | integer |
None. |
|
category | string |
None. |
|
inAppPurchases | boolean |
None. |
|
categories | Collection of API.Code.DeviceHelperAPI+clsCategory |
None. |
|
companyID | integer |
None. |
|
launchImage | string |
None. |
|
theme | string |
None. |
Response Formats
[ { "shopTitle": "sample string 1", "shopDescription": "sample string 2", "shopIcon": "sample string 3", "shopUrl": "sample string 4", "shopID": 5, "categoryID": 6, "category": "sample string 7", "inAppPurchases": true, "categories": [ { "id": 1, "name": "sample string 2", "child": [] }, { "id": 1, "name": "sample string 2", "child": [] } ], "companyID": 9, "launchImage": "sample string 10", "theme": "sample string 11" }, { "shopTitle": "sample string 1", "shopDescription": "sample string 2", "shopIcon": "sample string 3", "shopUrl": "sample string 4", "shopID": 5, "categoryID": 6, "category": "sample string 7", "inAppPurchases": true, "categories": [ { "id": 1, "name": "sample string 2", "child": [] }, { "id": 1, "name": "sample string 2", "child": [] } ], "companyID": 9, "launchImage": "sample string 10", "theme": "sample string 11" } ]