POST api/v1/company/translation/group
Saves the passed in translation group. This operation is very limited in what it can do. The only thing this actually saves is the name of the group. If you want to change the actual translation values you need to open the specific translation, modify the desired values, and then save that company translation individually.
Request Information
URI Parameters
None.
Body Parameters
CompanyTranslationGroupName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Translations | Collection of CompanyTranslation |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CompanyTranslationGroupName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Translations | Collection of CompanyTranslation |
None. |
Response Formats
application/json
Sample:
text/json
Sample: