POST api/Task/GetList2

Request Information

URI Parameters

None.

Body Parameters

QueryInfo
NameDescriptionTypeAdditional 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

ResponseOfPageListOfProductListInfo
NameDescriptionTypeAdditional 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-04-20 03:32:01",
        "UpdateTime": "2024-04-20 03:32:01",
        "ProductId": "ee3af75a-6924-44ba-a0b2-61d37c7f6390",
        "Name": "sample string 10",
        "TaskStatus": "Wating",
        "TaskType": "OffineProduct",
        "ImgUrl": "sample string 11",
        "Price": 12.0,
        "PlatFormType": "Aliexpress",
        "OssIdentity": "sample string 13",
        "ScheduledTime": "2024-04-20 03:32:01",
        "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-04-20 03:32:01",
        "UpdateTime": "2024-04-20 03:32:01",
        "ProductId": "ee3af75a-6924-44ba-a0b2-61d37c7f6390",
        "Name": "sample string 10",
        "TaskStatus": "Wating",
        "TaskType": "OffineProduct",
        "ImgUrl": "sample string 11",
        "Price": 12.0,
        "PlatFormType": "Aliexpress",
        "OssIdentity": "sample string 13",
        "ScheduledTime": "2024-04-20 03:32:01",
        "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"
}