Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
PUT /setup/requests
{
    "type":"guestRequest",
   
    "labelForCustomer":{
        "de_DE":"Gästewunsch",
        "en_US":"Guest request"
    },
    "content":"true",
    "link":"true",
    "title":"true",
    "referenceID":"true",
    "attachements":"false",
    "enabledByDefault":"true",
    "text":"false"
}

Enable Request

Before sending requests to a client, the requestType must be enabled for the respective client.

...