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": "178e1357-b96f-42b6-aa39-bf7f9937b761", "ActivityFunUUID": "8329da85-14a3-433b-b347-a84c6572769d", "FunUUID": "1af1dcd4-eebf-48cf-94b8-c69846bef74c", "ActivitySequenceUUID": "80375fc3-9e5e-42a7-b104-b5c96c49d413", "ActivityProductID": 1, "ActivityID": 1, "ProductID": 1, "SequenceActive": true, "LanguageID": 1, "Search": "sample string 1", "NotiffUUID": "5bcd1f20-00f9-427a-9dd8-cdaa351b30ca", "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:
{}