POST api/Task/Update

Request Information

URI Parameters

None.

Body Parameters

ProductInfo
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

globally unique identifier

None.

Name

string

None.

TaskStatus

ReleaseTaskStatus

None.

TaskType

ReleaseTaskType

None.

ImgUrl

string

None.

Price

decimal number

None.

PlatFormType

PlatFormType

None.

OssIdentity

string

None.

ScheduledTime

date

None.

OnlineProductIdentity

string

None.

ShopId

integer

None.

ShopIdentity

string

None.

TagInfo

string

None.

GroupInfo

string

None.

SourceName

string

None.

SourceUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProductId": "5402c9cb-2b6c-4525-b01e-47f94cd6da99",
  "Name": "sample string 3",
  "TaskStatus": "Wating",
  "TaskType": "OffineProduct",
  "ImgUrl": "sample string 4",
  "Price": 5.0,
  "PlatFormType": "Aliexpress",
  "OssIdentity": "sample string 6",
  "ScheduledTime": "2024-04-19 07:09:32",
  "OnlineProductIdentity": "sample string 7",
  "ShopId": 8,
  "ShopIdentity": "sample string 9",
  "TagInfo": "sample string 10",
  "GroupInfo": "sample string 11",
  "SourceName": "sample string 12",
  "SourceUrl": "sample string 13"
}

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"
}