POST api/WatermarkTemplate/Delete1
Request Information
URI Parameters
None.
Body Parameters
Collection of WatermarlTemplatName | Description | Type | Additional information |
---|---|---|---|
watermarkType | WatermarkType |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "watermarkType": "common", "Id": 1 }, { "watermarkType": "common", "Id": 1 } ]
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" }