POST api/TranslateWord/AdmSaveTranslateWord

AdmSaveTranslateWord

Request Information

URI Parameters

None.

Body Parameters

SaveTranslateWord
NameDescriptionTypeAdditional information
TranslateID

integer

None.

TranslateActive

boolean

None.

AppList

boolean

None.

AppListCode

boolean

None.

LanguageID

integer

None.

TranslateWord

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TranslateID": 1,
  "TranslateActive": true,
  "AppList": true,
  "AppListCode": true,
  "LanguageID": 1,
  "TranslateWord": "sample string 2",
  "UserUUIDCur": "5c33a45c-3cd4-4f6a-a813-6fa8b271f9d2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}