POST api/AdminSettingsSystem/AdmGetActivitySequence
AdmGetActivitySequence
Request Information
URI Parameters
None.
Body Parameters
GetActivitySequence_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ActivityFunUUID | globally unique identifier |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| ActivitySequenceUUID | globally unique identifier |
None. |
|
| ActivityProductID | integer |
None. |
|
| ActivityID | integer |
None. |
|
| ProductID | integer |
None. |
|
| SequenceActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| Search | string |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| ActivityFunCategoryID | integer |
None. |
|
| ActivityProductCategoryID | integer |
None. |
|
| ActivityProductIs | boolean |
None. |
|
| ActivityFunIs | boolean |
None. |
|
| ActivityCommentIs | boolean |
None. |
|
| ActivityShareIs | boolean |
None. |
|
| ActivityCartIs | boolean |
None. |
|
| ActivityFunCategoryIs | boolean |
None. |
|
| ActivityProductCategoryIs | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "eb4806e4-5f12-4aab-9bd0-382545e37fe1",
"ActivityFunUUID": "6402bf0e-6e9e-42ea-9ea5-97e8774b8fff",
"FunUUID": "c94c61dc-8ef1-4b47-992b-f8470e5921ef",
"ActivitySequenceUUID": "87eb12e1-6a04-41a0-afad-f8bc399f6c4b",
"ActivityProductID": 1,
"ActivityID": 1,
"ProductID": 1,
"SequenceActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"NotiffUUID": "f44672a9-9004-4175-8678-3746cb0f57e9",
"ActivityFunCategoryID": 1,
"ActivityProductCategoryID": 1,
"ActivityProductIs": true,
"ActivityFunIs": true,
"ActivityCommentIs": true,
"ActivityShareIs": true,
"ActivityCartIs": true,
"ActivityFunCategoryIs": true,
"ActivityProductCategoryIs": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}