POST api/AdminPlay/AdmSaveFunCategory
AdmSaveFunCategory
Request Information
URI Parameters
None.
Body Parameters
AdmSaveFunCategory_Request| Name | 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": "1edf0c26-35a6-4a36-ac01-719ebd3ea1ca",
"PhotoUUID": "36996a3a-176c-4a23-94f4-ee6a88b3cc2b",
"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:
{}