POST api/AdminPlay/AdmSaveFunCategory

AdmSaveFunCategory

Request Information

URI Parameters

None.

Body Parameters

AdmSaveFunCategory_Request
NameDescriptionTypeAdditional 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": "5fef89a1-2a70-4af1-a1fd-37858db4e6df",
  "PhotoUUID": "8db1fa92-ea0d-486f-80d9-9fe7de163e4c",
  "UIIDName": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}