POST api/AdminPlay/AdmSaveFunCategory
AdmSaveFunCategory
Request Information
URI Parameters
None.
Body Parameters
AdmSaveFunCategory_RequestName | Description | Type | Additional information |
---|---|---|---|
FunCategoryID | integer |
None. |
|
FunCategoryPriority | integer |
None. |
|
FunCategoryMinVIPLevelID | integer |
None. |
|
FunCategoryActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
FunCategoryName | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
UIIDName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FunCategoryID": 1, "FunCategoryPriority": 1, "FunCategoryMinVIPLevelID": 1, "FunCategoryActive": true, "LanguageID": 1, "FunCategoryName": "sample string 1", "UserUUIDCur": "1fe3db34-bb99-462f-9220-4cc2457af200", "PhotoUUID": "2c42e2f2-54e7-4e6b-9622-fbb7a603cd47", "UIIDName": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}