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": "48fe3f77-1198-4cac-a4f9-0e539cb726a3", "ActivityID": 1, "ActivityFunUUID": "0cd47740-92ea-46e2-b470-66d7a273b1bb", "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": "38503aa7-feb5-4e6d-804f-65633a2f087d", "NotiffUUIDPreStart": "06b3dfda-4567-451a-8e1a-1137c144c2be", "NotiffUUIDStart": "3d8d6a84-4800-4eca-9892-773b49153a3f", "NotiffUUIDLastCall": "a4fa3282-5610-46a0-9581-0063c7e4cf09", "UserUUIDCur": "b5fde72e-0dd3-4493-b537-31d2768634f6", "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:
{}