POST api/v1/company/translation
Saves the passed in Company Translation object. You are not allowed to create a new company translation record using this mechanism, only update an existing set of translation values.
Request Information
URI Parameters
None.
Body Parameters
CompanyTranslationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
LanguageId | integer |
None. |
|
LanguageCode | string |
None. |
|
CompanyTranslationGroupId | integer |
None. |
|
Updated | date |
None. |
|
UpdatedBy | string |
None. |
|
Items | Collection of CompanyTranslationItem |
None. |
|
VendorCategories | Collection of VendorCategory |
None. |
|
Notices | Collection of SiteNotice3 |
None. |
|
Domains | Collection of string |
None. |
|
BannerSampleText | string |
None. |
|
ConsentToolSampleText | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CompanyTranslationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
LanguageId | integer |
None. |
|
LanguageCode | string |
None. |
|
CompanyTranslationGroupId | integer |
None. |
|
Updated | date |
None. |
|
UpdatedBy | string |
None. |
|
Items | Collection of CompanyTranslationItem |
None. |
|
VendorCategories | Collection of VendorCategory |
None. |
|
Notices | Collection of SiteNotice3 |
None. |
|
Domains | Collection of string |
None. |
|
BannerSampleText | string |
None. |
|
ConsentToolSampleText | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: