POST api/Task/Update
Request Information
URI Parameters
None.
Body Parameters
ProductInfo| Name | Description | Type | Additional 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": "b8743bca-3aeb-4861-951d-c02bde7dc930",
"Name": "sample string 3",
"TaskStatus": "Wating",
"TaskType": "OffineProduct",
"ImgUrl": "sample string 4",
"Price": 5.0,
"PlatFormType": "Aliexpress",
"OssIdentity": "sample string 6",
"ScheduledTime": "2025-12-15 14:27:28",
"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| Name | Description | Type | Additional 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"
}