POST api/Group/DeleteGroupHeaderFooterImage
Request Information
URI Parameters
None.
Body Parameters
GroupImageDeleteDTOName | Description | Type | Additional information |
---|---|---|---|
groupId | integer |
None. |
|
isHeaderImage | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "groupId": 1, "isHeaderImage": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true