POST api/AdminPlay/AdmGetFunCategory

AdmGetFunCategory

Request Information

URI Parameters

None.

Body Parameters

AdmGetFunCategory_Request
NameDescriptionTypeAdditional information
FunCategoryID

integer

None.

FunCategoryActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunCategoryID": 1,
  "FunCategoryActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "f9ff1c74-fa86-46f9-8b10-e72e49c8fb3a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]