Table of Contents |
---|
Overview
This API allows you to update a landing page layout in Hawksearch dashboard.
Product Listing Landing Page
Request
...
Expand | |||||
---|---|---|---|---|---|
|
Content Landing Page
Request: POST request to the API below:
Expand | ||
---|---|---|
|
Response
The response is an array of landing page layout objects, every object being a series of key-value pairs. For the description of the data, please refer to Using API to Create Get All Landing PagesPage Layout
PUT Methods
PUT api/v9/LandingPagelandingPageLayout/{id}
Update Landing Page with a particular Id.Updates a landing page content
Parameters
id: Unique Id of the Landing Page an entity to update (FromUri)
value: Landing Page object (FromBody)
version: (FromUri)
PUT api/v4/LandingPage/{guid}
Update Landing Page with a particular Guid.
Parameters
guid: Guid of the Landing Page (FromUri)
value: Landing Page object (FromBody)
version: (FromUri)
PUT api/v9/LandingPage/url/{url}
Update Landing Page with a particular Url.
Parameters
url: Unique Url of the Landing Page (FromUri)
value: Landing Page object (FromBody)
version: (FromUri)
PUT api/v9/LandingPage/bulk
Update multiple Landing Pages at once.
Parameters
pages: Collection of Landing Page objects to be updated (FromBody)
version: (FromUripageLayout: An entity with updated properties (FromBody)