POST api/AdminSettingsSystem/AdmSaveActivitySequence
AdmSaveActivitySequence
Request Information
URI Parameters
None.
Body Parameters
SaveActivitySequence_Request| Name | 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": "0cc34aa1-077d-40ff-8420-096466045d7a",
"ActivityID": 1,
"ActivityFunUUID": "d378bf0f-36e3-43d1-8396-25d40a4cea99",
"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": "35e038cc-c8d8-4e3d-8bbd-5d5ee8e8c122",
"NotiffUUIDPreStart": "296343b9-72d7-4810-95f2-07a67f75ccb4",
"NotiffUUIDStart": "566c04e7-2313-4c31-9880-c9fea1f5878a",
"NotiffUUIDLastCall": "dc7df729-5935-4f1e-a234-f1ba2952026d",
"UserUUIDCur": "d5a5ce20-2fda-4b2e-bf98-6b109418c30d",
"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:
{}