POST api/app/widget
Request Information
URI Parameters
None.
Body Parameters
WidgetFilterConfigName | Description | Type | Additional information |
---|---|---|---|
AccountKey | string |
None. |
|
LocationKey | string |
None. |
|
HideLocationInfo | boolean |
None. |
|
HideSummary | boolean |
None. |
|
HideWriteReview | boolean |
None. |
|
HidePlatformAggregation | boolean |
None. |
|
HideSourceInfo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountKey": "sample string 1", "LocationKey": "sample string 2", "HideLocationInfo": true, "HideSummary": true, "HideWriteReview": true, "HidePlatformAggregation": true, "HideSourceInfo": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.