---
title: "Create Footer Page Element"
method: POST
path: "/sites/multiscreen/{site_name}/footer/elements"
---

# Create Footer Page Element

`POST /sites/multiscreen/{site_name}/footer/elements`

## Path parameters

- `site_name` string, required

## Request body

- object
  - `element_source_id` string — Reference to the source. For sections, this is mapped to the section site alias.
  - `next_sibling_id` string — The next sibling element in the DOM. if set, the element will be append before this sibling element. only for sections that have the attribute ‘data-page-element-id’. Null means it's appended last.

## Response `200`

200

- object
  - `element_id` string
  - `element_source_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
