POST api/TranslateWord/AdmGetTranslateWord

AdmGetTranslateWord

Request Information

URI Parameters

None.

Body Parameters

GetTranslateWord
NameDescriptionTypeAdditional information
TranslateID

integer

None.

TranslateActive

boolean

None.

AppList

boolean

None.

AppListCode

boolean

None.

LanguageID

integer

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TranslateID": 1,
  "TranslateActive": true,
  "AppList": true,
  "AppListCode": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "a498cb6a-905a-4e74-91a6-9da256a2ef47"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]