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": "a786c3ca-613f-4c1a-befd-21cdc04b6628",
"ActivityFunUUID": "7d7b45a8-22e4-4cfa-bd54-bd7ad6469bdd",
"FunUUID": "cf70814e-60f6-4708-ae3f-de6235ee6614",
"ActivitySequenceUUID": "27291bfb-901d-4a21-8856-b98b1a04304c",
"ActivityProductID": 1,
"ActivityID": 1,
"ProductID": 1,
"SequenceActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"NotiffUUID": "4c75a192-e682-4f71-bd24-1d9cc9b48341",
"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:
{}