Add or Update the Translated Value of Multiple Survey Fields in One or More Languages

If one or more survey fields can be translated or are already translated, you can add or update the translated values of the survey fields in the languages into which survey fields can be translated. This resource is available in REST API version 48.0 and later.

This URI can only be used for the flow process type Survey.

URI: /services/data/vXX.X/localizedvalue/records/upsert

Formats: JSON

HTTP methods: POST

Request body JSON example

Request parameters

ParameterDescription
developerNameRequired. Developer name of the flow field.
languageRequired. Language into which the flow field is translated.
valueRequired. New or updated value of the flow field.

Response parameters

ParameterDescription
createdByID of the user who translated the flow field.
createdDateDate and time the flow field was translated.
developerNameDeveloper name of the flow field.
languageLanguage into which the flow field was translated.
valueUpdated value of the flow field.
isOutofDateIndicates if the flow field is out of date.