POST api/AdminUserRights/GetLanguage

AdmGetLanguage

Request Information

URI Parameters

None.

Body Parameters

GetLanguage
NameDescriptionTypeAdditional information
LanguageID

integer

None.

LanguageActive

boolean

None.

ByDefault

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "LanguageActive": true,
  "ByDefault": true,
  "UserUUIDCur": "4b73e10f-3a77-4151-8e89-7636f14abe68"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]