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": "ab965b77-cff8-41f1-89ce-6853b2fdc1e4",
"ActivityFunUUID": "0c10031b-1f41-4b3f-af15-82a99b0a3a3d",
"FunUUID": "d7129e20-e434-4a93-9ff4-09b76e0849d9",
"ActivitySequenceUUID": "b739bf62-5b11-404b-8c27-0002b6d67720",
"ActivityProductID": 1,
"ActivityID": 1,
"ProductID": 1,
"SequenceActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"NotiffUUID": "b001a1c0-0beb-45a7-b740-7d2139c77400",
"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:
{}