POST api/Task/GetList2
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
ResponseOfPageListOfProductListInfoName | Description | Type | Additional information |
---|---|---|---|
Data | PageListOfProductListInfo |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "Data": [ { "Id": 1, "MemberId": 2, "ReleaseTaskStatus": "Wating", "IsDownLoad": true, "IsDelete": true, "ErrorCode": "sample string 5", "ErrorMessage": "sample string 6", "CreateTime": "2024-12-22 00:54:40", "UpdateTime": "2024-12-22 00:54:40", "ProductId": "577633c9-7a39-4311-a45e-46b6c1a45e3b", "Name": "sample string 10", "TaskStatus": "Wating", "TaskType": "OffineProduct", "ImgUrl": "sample string 11", "Price": 12.0, "PlatFormType": "Aliexpress", "OssIdentity": "sample string 13", "ScheduledTime": "2024-12-22 00:54:40", "OnlineProductIdentity": "sample string 14", "ShopId": 15, "ShopIdentity": "sample string 16", "TagInfo": "sample string 17", "GroupInfo": "sample string 18", "SourceName": "sample string 19", "SourceUrl": "sample string 20" }, { "Id": 1, "MemberId": 2, "ReleaseTaskStatus": "Wating", "IsDownLoad": true, "IsDelete": true, "ErrorCode": "sample string 5", "ErrorMessage": "sample string 6", "CreateTime": "2024-12-22 00:54:40", "UpdateTime": "2024-12-22 00:54:40", "ProductId": "577633c9-7a39-4311-a45e-46b6c1a45e3b", "Name": "sample string 10", "TaskStatus": "Wating", "TaskType": "OffineProduct", "ImgUrl": "sample string 11", "Price": 12.0, "PlatFormType": "Aliexpress", "OssIdentity": "sample string 13", "ScheduledTime": "2024-12-22 00:54:40", "OnlineProductIdentity": "sample string 14", "ShopId": 15, "ShopIdentity": "sample string 16", "TagInfo": "sample string 17", "GroupInfo": "sample string 18", "SourceName": "sample string 19", "SourceUrl": "sample string 20" } ], "TotalCount": 1, "PageIndex": 2, "PageSize": 3 }, "IsSuccess": true, "ErrorCode": "sample string 2", "ErrorMessage": "sample string 3" }