PUT api/Admin/Tenant/Translations
Request Information
URI Parameters
None.
Body Parameters
TranslationTextUpsertDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TranslationsPlaceholderId | integer |
None. |
|
| TranslationsLanguageId | integer |
None. |
|
| Text | string |
None. |
|
| TenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TranslationsPlaceholderId": 1,
"TranslationsLanguageId": 2,
"Text": "sample string 3",
"TenantId": 4
}
application/xml, text/xml
Sample:
<TranslationTextUpsertDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Translations"> <TenantId>4</TenantId> <Text>sample string 3</Text> <TranslationsLanguageId>2</TranslationsLanguageId> <TranslationsPlaceholderId>1</TranslationsPlaceholderId> </TranslationTextUpsertDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.