POST v1/translationkeys
Create a new translation key.
Request Information
URI Parameters
None.
Body Parameters
TranslationKeyName | Description | Type | Additional information |
---|---|---|---|
Name |
The name of the key. |
string |
None. |
IsAppText |
The key is used in the app. |
boolean |
None. |
InactiveDate |
When a key previously found in the app is not found during translation key synchronization, the time is noted in this field. System texts are deleted. |
date |
None. |
Location |
The file in which the key was first found. |
string |
None. |
Translations |
Translation for the given key in all languages where available |
Collection of Translation |
None. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.