POST api/Task/Save
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "f784b6a5-94ab-4265-bdee-6c33da56b755",
"Name": "sample string 3",
"TaskStatus": "Wating",
"TaskType": "OffineProduct",
"ImgUrl": "sample string 4",
"Price": 5.0,
"PlatFormType": "Aliexpress",
"OssIdentity": "sample string 6",
"ScheduledTime": "2025-12-14 11:22:51",
"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"
},
{
"Id": 1,
"ProductId": "f784b6a5-94ab-4265-bdee-6c33da56b755",
"Name": "sample string 3",
"TaskStatus": "Wating",
"TaskType": "OffineProduct",
"ImgUrl": "sample string 4",
"Price": 5.0,
"PlatFormType": "Aliexpress",
"OssIdentity": "sample string 6",
"ScheduledTime": "2025-12-14 11:22:51",
"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"
}