v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Marketing fields

Upsert translation

Upsert a new translation for specific listing and language slug.

put/marketing/fields/{id}/upsert

Path parameters

idstring required
Example:5b2149c9f579400024388c47

The listing ID whose translations you wish to upsert.

Query parameters

languagestring required

Language slug for the translation

Request body

activeboolean

Show if translation is active

titlestring

Listing title

summarystring

Listing description

spacestring

Listing space description

accessstring

Listing access description

neighborhoodstring

Listing neighborhood description

transitstring

Listing transit description

notesstring

Listing notes

interactionWithGuestsstring

Interaction with guests description

descriptionSetIdstring[]

An Id of a description set.

Example request

{
  "active": true,
  "title": "Private 2BR near Downtown Detroit Queen Beds",
  "summary": "You can end your search NOW. You've just found an ideal place for your trip to Detroit",
  "space": "We take absolute pleasure in welcoming you to the inviting 2B2B. With a stunning top floor view of Detroit",
  "access": "Laundry and Dryer is available in your unit. Paid Car parking is available for attached car garage",
  "neighborhood": "This apartment is situated right in the heart of Detroit",
  "transit": "The apartment is easy reachable by train as St James stations",
  "notes": "The keys will be available to collect from a local Keynest Shop",
  "interactionWithGuests": "We will welcome you in person and explain about the area and answer any question you may have.",
  "checkInInstructions": {
    "primaryCheckIn": "RECEPTION",
    "alternativeCheckIn": "LOCK_BOX",
    "notes": "Happy to see you in our apartments",
    "welcomeMessage": "Happy to see you in our apartments"
  }
}

Response

Return the updated translation

languageSlugstring required
activeboolean required
titlestring required
summarystring required
spacestring required
accessstring required
neighborhoodstring required
transitstring required
notesstring required
interactionWithGuestsstring required
channelsstring[] required

Example response

{
  "checkInInstructions": {
    "primaryCheckIn": "RECEPTION",
    "alternativeCheckIn": "LOCK_BOX",
    "notes": "Happy to see you in our apartments",
    "welcomeMessage": "Happy to see you in our apartments"
  }
}