POST api/ShopeeBoosted/SaveTask

Request Information

URI Parameters

None.

Body Parameters

ShopBoostedTask
NameDescriptionTypeAdditional information
MemberId

integer

None.

ShopId

integer

None.

ShopIdentity

string

None.

StartTime

date

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": 1,
  "ShopId": 2,
  "ShopIdentity": "sample string 3",
  "StartTime": "2024-04-26 17:50:12",
  "CreateTime": "2024-04-26 17:50:12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
Data

boolean

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": true,
  "IsSuccess": true,
  "ErrorCode": "sample string 3",
  "ErrorMessage": "sample string 4"
}