POST api/ShopeeTask/GetList

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

ResponseOfPageListOfShopeeProductPushInfo
NameDescriptionTypeAdditional 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-04-27 07:17:03",
        "isDelete": true,
        "createTime": "2024-04-27 07:17:03",
        "errorCode": "sample string 14",
        "errorMessage": "sample string 15",
        "updateTime": "2024-04-27 07:17:03"
      },
      {
        "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-04-27 07:17:03",
        "isDelete": true,
        "createTime": "2024-04-27 07:17:03",
        "errorCode": "sample string 14",
        "errorMessage": "sample string 15",
        "updateTime": "2024-04-27 07:17:03"
      }
    ],
    "TotalCount": 1,
    "PageIndex": 2,
    "PageSize": 3
  },
  "IsSuccess": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3"
}