POST api/Fun/GetFunCategory
AppGetFunCategory
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "d724442e-4f3c-4ed6-9b7e-4f7a7af9e120"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetFunCategory_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| FunCategoryID | integer |
None. |
|
| FunCategoryName | string |
None. |
|
| Title | string |
None. |
|
| FunCategoryIDLng | decimal number |
None. |
|
| FunCategoryVisible | boolean |
None. |
|
| AutoRefresh | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FunCategoryID": 1,
"FunCategoryName": "sample string 2",
"Title": "sample string 3",
"FunCategoryIDLng": 4.1,
"FunCategoryVisible": true,
"AutoRefresh": true,
"UserUUIDCur": "b0b8ed75-79e6-4711-af56-2b83a6728d7e"
},
{
"FunCategoryID": 1,
"FunCategoryName": "sample string 2",
"Title": "sample string 3",
"FunCategoryIDLng": 4.1,
"FunCategoryVisible": true,
"AutoRefresh": true,
"UserUUIDCur": "b0b8ed75-79e6-4711-af56-2b83a6728d7e"
}
]