Versionen im Vergleich

Schlüssel

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

...

Codeblock
PUT /setup/requests
{
    "type":"reviewDetail",
    
    "labelForCustomer":{
        "de_DE":"Gastbewertung",
        "en_US":"Guest review"
    },
    "content":true,
    "link":true,
    "title":true,
    "referenceID":false,
    "attachements":false,
    "enabledByDefault":true,
    "text":false,
    "sendRecipients":false,
    "hasActions":false
}

Enable Request

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

Codeblock
PUT /setup/customer
{
    "enabledRequests":["reviewDetail"]
}

To check imports in your test-environment, please make sure you are set as a recipient to read the import. This only applies in the test-environment.

Request Import

Survey

In this case the partner has several surveys that can be imported. Therefore, the name of the survey will be added to the title as well.
The questions of the survey will be imported as a list.

...