POST v1/translationkeys

Create a new translation key.

Request Information

URI Parameters

None.

Body Parameters

TranslationKey
NameDescriptionTypeAdditional 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.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.