on 2020 Apr 03 12:54 PM
Hi,
I need to update translations in SB1 with the service layer
But the parameter LanguageCodeOfUserLanguage is missing.
The API Reference says:
PATCH https://localhost:50000/b1s/v1/MultiLanguageTranslations(123)
{
"TranslationsInUserLanguages": [{
"Translationscontent": "Description"
}]}
But this changes the first translation. (For me this is the German one)
But what if I want to change the second one?
This is not working:
{
"TranslationsInUserLanguages":[{
"LanguageCodeOfUserLanguage":"16",
"Translationscontent":"PU LEREN BRILLENKOKERX"}]}
Regards John
Request clarification before answering.
I tested it in In FP2308. It is working with the following.
PATCH https://localhost:50000/b1s/v1/MultiLanguageTranslations(123)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can someone help me here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 22 | |
| 15 | |
| 14 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.