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": "5369d0fc-3d2a-4c69-a06c-02a8d193e3a4", "ActivityID": 1, "ActivityFunUUID": "0ae5c39f-5845-4114-93ec-c4866d10142d", "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": "cd815445-ff72-4e86-bf7d-ad2f2a2cbc32", "NotiffUUIDPreStart": "fd2a7023-c0f4-4321-bcb1-642c3702feda", "NotiffUUIDStart": "0b1ccaef-b320-4208-ab49-52367827b6ce", "NotiffUUIDLastCall": "333536c2-3eca-46be-91dd-96a8f902e3d0", "UserUUIDCur": "4b675545-d8c4-4138-b953-31fa5d5db47b", "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:
{}