POST api/AdminSettingsSystem/AdmGetActivitySequence
AdmGetActivitySequence
Request Information
URI Parameters
None.
Body Parameters
GetActivitySequence_RequestName | 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": "a04eefcd-f4d9-4925-a127-7a3db8f6d55c", "ActivityFunUUID": "baec9c71-f78f-4222-9c03-803c993d8e6f", "FunUUID": "fcf4e949-ec6a-4821-a824-2cc0fb3454a8", "ActivitySequenceUUID": "80d6eb20-832b-47b2-9df2-811429832a32", "ActivityProductID": 1, "ActivityID": 1, "ProductID": 1, "SequenceActive": true, "LanguageID": 1, "Search": "sample string 1", "NotiffUUID": "a07c44d9-b201-4abd-9a25-d900693b9800", "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:
{}