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": "be222531-8ee4-4938-9a9c-a258182a61f0", "ActivityID": 1, "ActivityFunUUID": "12ea6fec-0b5e-4c99-821d-af181d4a31bb", "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": "35162c8e-1a5f-41c2-9208-2736f4fd0313", "NotiffUUIDPreStart": "fd58b0b7-1e02-4439-b8f9-5de138a9e45b", "NotiffUUIDStart": "aee92df8-f7db-475c-8301-e779a543eed9", "NotiffUUIDLastCall": "56b12330-616d-4397-9f7d-5f05682ec3bc", "UserUUIDCur": "e8c2fb48-d15b-49f1-a351-0e1852dd23af", "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:
{}