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": "e99dbe35-1060-4000-b098-6ea17972bd28", "ActivityFunUUID": "a733fb68-811c-4324-b846-34cc68406d6d", "FunUUID": "4b10b84a-a781-427e-b266-0183cb597580", "ActivitySequenceUUID": "7def861c-54a0-4983-a309-be577356abea", "ActivityProductID": 1, "ActivityID": 1, "ProductID": 1, "SequenceActive": true, "LanguageID": 1, "Search": "sample string 1", "NotiffUUID": "3326dbff-0845-4379-b2a9-d2953739ccaf", "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:
{}