This POST API allows to create and update region translation.
URL Format: https://<Instance>/SmartInterfaceAPI/api/RegionCulture/SaveRegionsCulture
Culture codes are listed as follows:
CultureCode |
CultureName |
ar-SA | Arabic |
cs-CZ |
Czech |
da-DK |
Danish |
de-DE |
Deutsch |
el-GR |
Greek |
en-AU |
English (AU) |
en-US |
English |
es-ES |
Español |
fi-FI |
Finnish |
fr-FR |
Français |
hr-HR |
Croatian |
hu-HU |
Hungarian |
id-ID |
Indonesian (Bahasa) |
it-IT |
Italiano |
ja-JP |
Japanese |
ko-KR |
Korean |
ms-MY |
Malaysian |
nl-NL |
Dutch |
nn-NO |
Norsk |
pl-PL |
Polish |
pt-BR |
Portuguese (Brazilian) |
pt-PT |
Portuguese |
ro-RO |
Romanian |
ru-RU |
Russian |
sk-SK |
Slovak |
sv-SE |
Swedish |
th-TH |
Thai |
tr-TR |
Turkish |
vi-VN |
Vietnamese |
zh-CHT |
Chinese (Traditional) |
zh-CN |
Chinese(Simplified) |
Success Scenario – Request
The request below describes that this contains only the mandatory attributes:
Success Scenario - Response
Error Scenario – Request
Error Scenario - Response
UserGroup |
||||
Property |
Required? |
Data type |
Description |
Validations/Exceptions |
RegionName |
Yes |
String |
RegionName which needs to be provided |
Mandate validation |
RegionTranslation |
Yes |
String |
RegionTranslation which needs to be provided |
Mandate validation
|
CultureCode |
Yes |
String |
CultureCode which needs to be provided |
The CultureCode must be provided as mentioned in the list. Please see the Additional Information section for more details. |
Region Translation length validation |
Yes |
String |
Region Translation cannot exceed 100 characters
|
Data Exception |