POST api/AdminPlay/AdmGetFunCategory
AdmGetFunCategory
Request Information
URI Parameters
None.
Body Parameters
AdmGetFunCategory_RequestName | Description | Type | Additional 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": "e5860df6-8e8f-4376-be74-3f20c260db7a" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]