Add Background Image

POST /tenants/{tenant}/designthemes/{designThemeCode}/backgroundimages

Adds a new background image to the specified design theme.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

designThemeCode* path string

Request Body*

{
  "imageAssetCode": "string",
  "pageSelection": "None",
  "position": "FullPage",
  "offsetXMm": 0,
  "offsetYMm": 0
}

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found