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": "cf6d3493-96bd-4b30-b394-2f608c40111d",
"PhotoUUID": "c6caee01-c3e5-4911-a964-50d7dc4fe842",
"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:
{}