POST api/AdminSettingsSystem/AdmSaveActivitySequence
AdmSaveActivitySequence
Request Information
URI Parameters
None.
Body Parameters
SaveActivitySequence_RequestName | Description | Type | Additional information |
---|---|---|---|
ActivitySequenceUUID | globally unique identifier |
None. |
|
ActivityID | integer |
None. |
|
ActivityFunUUID | globally unique identifier |
None. |
|
ActivityProductID | integer |
None. |
|
SequenceActive | boolean |
None. |
|
HPreStart | integer |
None. |
|
NotiffActivePreStart | boolean |
None. |
|
NotiffActiveStart | boolean |
None. |
|
NotiffActiveLastCall | boolean |
None. |
|
DStart | integer |
None. |
|
FunCategoryID | integer |
None. |
|
ProductCategoryID | integer |
None. |
|
HPreEnd | integer |
None. |
|
DEnd | integer |
None. |
|
ProductID | integer |
None. |
|
FunUUID | globally unique identifier |
None. |
|
NotiffUUIDPreStart | globally unique identifier |
None. |
|
NotiffUUIDStart | globally unique identifier |
None. |
|
NotiffUUIDLastCall | globally unique identifier |
None. |
|
UserUUIDCur | 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:
{ "ActivitySequenceUUID": "20ade4c3-5c93-47cb-b163-a606bed4875d", "ActivityID": 1, "ActivityFunUUID": "d4b994d1-92b5-41a1-abf8-eaba51ddb910", "ActivityProductID": 1, "SequenceActive": true, "HPreStart": 1, "NotiffActivePreStart": true, "NotiffActiveStart": true, "NotiffActiveLastCall": true, "DStart": 1, "FunCategoryID": 1, "ProductCategoryID": 1, "HPreEnd": 1, "DEnd": 1, "ProductID": 1, "FunUUID": "f3713dfd-8662-4e17-92e8-49c3c8d4ebc0", "NotiffUUIDPreStart": "eff613f7-ba17-4637-ac60-55bc5498a712", "NotiffUUIDStart": "95f51e80-53bd-4562-a34d-800786d01038", "NotiffUUIDLastCall": "76d601d5-32ec-4ae8-af57-3ba46bf13bc9", "UserUUIDCur": "e1b27e18-e37c-4f87-b26d-801476a587d3", "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:
{}