Zum Hauptinhalt springen
POST
/
offer-templates
cURL
curl -X POST \
 /offer-templates \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "name": "",
    "sections": [
        ""
    ],
    "type": "section"
}'
{
  "name": "<string>",
  "id": "<string>",
  "sections": [
    "<string>"
  ],
  "type": "section"
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Body

The new OfferTemplate resource

name
string
erforderlich
sections
string[]
type
enum<string>
Standard:section
Verfügbare Optionen:
section,
page
Beispiel:

"section"

Antwort

OfferTemplate resource created

name
string
erforderlich
id
string
sections
string[]
type
enum<string>
Standard:section
Verfügbare Optionen:
section,
page
Beispiel:

"section"