v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Marketing fields

[Beta] Create Description Set.

Create a new Description Set.

post/marketing/description-sets

Request body

namestring

Name of the Description Set.

listingIdstring required

The id of the Listing.

channelsstring[] required

An array containing channels for this Description Set.

Example request

{
  "name": "Airbnb descriptions",
  "listingId": "63bad7d05c25ccae5595832d",
  "channels": [
    "airbnb2"
  ]
}

Response

Description Set created.

idstring required
namestring required
accountIdstring required
listingIdstring required
channelsstring[] required

Example response

{
  "id": "5b2149c9f579400024388c47",
  "name": "Description set",
  "accountId": "671f8884bc6442b95773a753",
  "listingId": "671f888069d831bf43f3586b",
  "channels": [
    "airbnb2"
  ]
}