v1
latestOpenAPI 3.0.32026-07-2632131.4 MBMarketing 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
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
Example response
{
"checkInInstructions": {
"primaryCheckIn": "RECEPTION",
"alternativeCheckIn": "LOCK_BOX",
"notes": "Happy to see you in our apartments",
"welcomeMessage": "Happy to see you in our apartments"
}
}