...
The response is an array of landing page objects, every object being a series of key-value pairs. For the description of the data, please refer to Using API to Create Landing Pages
PUT Methods
PUT api/v9/LandingPage/{id}
Update Landing Page with a particular Id.
Parameters
id: Unique Id of the Landing Page (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: (FromUri)