POST api/ShopeeTask/GetList
Request Information
URI Parameters
None.
Body Parameters
QueryInfoName | Description | Type | Additional information |
---|---|---|---|
ReleaseTaskStatus | Collection of ReleaseTaskStatus |
None. |
|
ShopId | integer |
None. |
|
Title | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReleaseTaskStatus": [ "Wating", "Wating" ], "ShopId": 1, "Title": "sample string 2", "PageIndex": 3, "PageSize": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfPageListOfShopeeProductPushInfoName | Description | Type | Additional information |
---|---|---|---|
Data | PageListOfShopeeProductPushInfo |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "Data": [ { "id": 1, "memberId": 2, "shopId": 3, "shopIdentity": "sample string 4", "productId": 5, "productName": "sample string 6", "imageUrl": "sample string 7", "price": 8.1, "stock": 9, "targetShopIdentity": 10, "targetShopRegion": "sample string 11", "ReleaseTaskStatus": "Wating", "actionTime": "2024-12-22 00:51:57", "isDelete": true, "createTime": "2024-12-22 00:51:57", "errorCode": "sample string 14", "errorMessage": "sample string 15", "updateTime": "2024-12-22 00:51:57" }, { "id": 1, "memberId": 2, "shopId": 3, "shopIdentity": "sample string 4", "productId": 5, "productName": "sample string 6", "imageUrl": "sample string 7", "price": 8.1, "stock": 9, "targetShopIdentity": 10, "targetShopRegion": "sample string 11", "ReleaseTaskStatus": "Wating", "actionTime": "2024-12-22 00:51:57", "isDelete": true, "createTime": "2024-12-22 00:51:57", "errorCode": "sample string 14", "errorMessage": "sample string 15", "updateTime": "2024-12-22 00:51:57" } ], "TotalCount": 1, "PageIndex": 2, "PageSize": 3 }, "IsSuccess": true, "ErrorCode": "sample string 2", "ErrorMessage": "sample string 3" }