GET api/WatermarkTemplate/GetDefaultSetting?shopId={shopId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shopId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfWatermarkSettingDefaultName | Description | Type | Additional information |
---|---|---|---|
Data | WatermarkSettingDefault |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AutoWatermark": true, "WatermarkTemplatesId": 2, "WatermarkType": "common", "ShopId": 3, "SKUWatermark": true, "MainFigureWatermark": true, "DescribeWatermark": true, "UpdateTime": "2024-10-14 09:06:54" }, "IsSuccess": true, "ErrorCode": "sample string 2", "ErrorMessage": "sample string 3" }