Update Translation API Request Payload
This method is used to update the Review Center Use Case type translation.
- api/v1/rpa/exception/usecasetypes/{usecasetypeid}/translations
This is the list of the parameters and request body that must be configured. You must update one translation at the time.
Request body is the same as POST method to create the translation.
| Parameter | Description | Notes |
|---|---|---|
| UseCase ID | Identification of the Review Center use case type. | To retrieve the use case type use the /api/v1/rpa/exception/usecasetypes method part of the RPA/rpaactuatorsvc Endpoint |
| Variable | Description |
|---|---|
| Translation | Object including the language code and translated values |
| Variable for the Translation Object | Required | Description |
|---|---|---|
| language_code | YES | The code of language for the translated set of the keys. For the exact keys see the Portal OS User guide. |
| translated_values | YES | The list of the key- value pairs where, key is the configured key for the selected use case type id and value is the translation label. The list of the keys can be retrieved from GET api/v1/rpa/exception/usecasetypes/{usecasetypeid} part of the RPA/rpaactuatorsvc Endpoint. Example: "invoiceNumber": "Fakturanummer |