Create Translation API Request Payload
This method is used to create the Review Center Use Case Type translation
- api/v1/rpa/exception/usecasetypes/{usecasetypeid}/translations.
This list of the parameters and request body must be configured. You can add one translation at the time.
| 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 ve retrieved from GET api/v1/rpa/exception/usecasetypes/{usecasetypeid} part of the RPA/rpaactuatorsvc Endpoint. Example: "invoiceNumber": "Fakturanummer |