...
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)
PUT api/v9/LandingPage/custom/{custom}
Update Landing Page by Custom field value
Parameters
custom: No Documentation Found. (FromUri)
value: No Documentation Found. (FromBody)
version: (FromUri)