/api/conference-document-templates

Create Conference Document Template

Creates a new conference document template from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.
Body Params
int32
required

The Id of the associated ConferenceInterface.

int32
enum
required

Possible values:

  • 0 = Mandate
  • 1 = CoverLetter
  • 2 = Agenda
  • 3 = Protocol
Allowed:
int32
required

The Id of the associated DocumentGroup.

string
required
length ≥ 1

The html content of the template.

int32
enum
required

Possible values:

  • 0 = VotingGroup
  • 1 = Party
Allowed:
string
required
length between 1 and 255

The name of the template.

string | null

The name of the file that is generated from this template. It may contain placeholders.

Headers
string

Language preference header. Allowed languages: German (en-DE).

string
Defaults to 2.0

API version to use (1 or 2) either with trailing .0 or without. Defaults to 2.0, if omitted. Can be prefilled based on the currently selected API Definition (Swagger UI).

Responses

401

Error: Unauthorized

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json