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": "47dacd7c-1fd0-4e0d-9560-3ec599c18d75",
"PhotoUUID": "56463ac5-7703-42c5-b466-bf1630f9f114",
"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:
{}