POST api/LandingManagement/UpdateLandingPageBoxContentStatus
Request Information
URI Parameters
None.
Body Parameters
EnableDisableEntityDTOName | Description | Type | Additional information |
---|---|---|---|
Ids | Collection of integer |
None. |
|
disabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ids": [ 1, 2 ], "disabled": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true