Content | Create text page

There are three ways to create a textpage:

a) With the GUIBO Bundle Link inside the request body and optionally the GUIBO Category ID inside the request body. Depending on wheather the textpage should be at the root level of a guidebook (provide bundle link only) or inside a category (provide bundle link and category id).

If you do not have the GUIBO Bundle Link of the guidebook or library, you can use your customId if you set it.

b1) With your custom ID of the bundle (=guidebook or library) as request parameter, together with the account ID . You can then leave the bundle ID and the category ID in the request body empty. This places the textpage at the root level of the guidebook.

b2) With your custom ID of the category plus the custom ID of the bundle, together with the account ID.You can then leave the bundle ID and the category ID in the request body empty. This places the textpage inside the category.

  • You can find the Account ID under Account Settings > General Settings > Account ID

  • You can find the API key under Account Settings > General Settings > API Key

POST https://services.schneidergeo.com/content/text

{

"bundle":"kHsUeP",

"customId":"aaa-bbb-ccc",

"titles":{

"de":"Ihre Anreiseinformationen",

"en":"You arrival info"

},

"descriptions":{

"de":"<h4>Wilkommen</4><p>Ich hoffe sie hatten eine gute Anreise.",

"en":"<h4>Welcome</h4><p>I hope you had a good journey"

},

"sorting" : 1

}

Query Parameters

NameTypeDescription

account

String

bundleCustomId

String

categoryCustomId

String

Headers

NameTypeDescription

Authorization*

String

API key

Last updated