POST api/TimeWatermark/Update
Request Information
URI Parameters
None.
Body Parameters
WatermarkTaskInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
BeginTime | date |
None. |
|
EndTime | date |
None. |
|
CreateTime | date |
None. |
|
TaskName | string |
None. |
|
TaskRemark | string |
None. |
|
WatermarkTemplatesId | integer |
None. |
|
WatermarkType | WatermarkType |
None. |
|
MainFigureConfiguration | string |
None. |
|
ShopId | integer |
None. |
|
ReproductionWidth | integer |
None. |
|
ReproductionHeight | integer |
None. |
|
ShopIdentity | string |
None. |
|
TotalQuantity | integer |
None. |
|
ReductionSuccessQuantity | integer |
None. |
|
ReductionFailQuantity | integer |
None. |
|
ExcuteSuccessQuantity | integer |
None. |
|
ExcuteFailQuantity | integer |
None. |
|
Details | Collection of WatermarkTaskDetail |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "BeginTime": "2024-12-22 00:40:01", "EndTime": "2024-12-22 00:40:01", "CreateTime": "2024-12-22 00:40:01", "TaskName": "sample string 5", "TaskRemark": "sample string 6", "WatermarkTemplatesId": 7, "WatermarkType": "common", "MainFigureConfiguration": "sample string 8", "ShopId": 9, "ReproductionWidth": 10, "ReproductionHeight": 11, "ShopIdentity": "sample string 12", "TotalQuantity": 13, "ReductionSuccessQuantity": 14, "ReductionFailQuantity": 15, "ExcuteSuccessQuantity": 16, "ExcuteFailQuantity": 17, "Details": [ { "Id": 1, "TaskwatermarkId": 2, "MemberId": 3, "ProductId": 4, "CreateTime": "2024-12-22 00:40:01", "UpdateTime": "2024-12-22 00:40:01", "Title": "sample string 7", "Image": "sample string 8", "ExecutionStatus": "Wating", "ReductionStatus": "Wating", "ShopId": 9, "ShopIdentity": "sample string 10", "ExecutionErrorMessage": "sample string 11", "ReductionErrorMessage": "sample string 12", "WatermarkTemplatesId": 13, "WatermarkType": "common", "MainFigureConfiguration": "sample string 14", "BeginTime": "2024-12-22 00:40:01", "EndTime": "2024-12-22 00:40:01", "Isfailure": true }, { "Id": 1, "TaskwatermarkId": 2, "MemberId": 3, "ProductId": 4, "CreateTime": "2024-12-22 00:40:01", "UpdateTime": "2024-12-22 00:40:01", "Title": "sample string 7", "Image": "sample string 8", "ExecutionStatus": "Wating", "ReductionStatus": "Wating", "ShopId": 9, "ShopIdentity": "sample string 10", "ExecutionErrorMessage": "sample string 11", "ReductionErrorMessage": "sample string 12", "WatermarkTemplatesId": 13, "WatermarkType": "common", "MainFigureConfiguration": "sample string 14", "BeginTime": "2024-12-22 00:40:01", "EndTime": "2024-12-22 00:40:01", "Isfailure": true } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfBooleanName | 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" }