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": "2b686e76-1afb-4db1-a881-526a3b904bb2",
"ActivityID": 1,
"ActivityFunUUID": "d576bf9b-c088-40f0-882c-dbb0c5bdfa9d",
"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": "94eda467-2271-4281-9f30-5f487d093ff5",
"NotiffUUIDPreStart": "1c4ce6b7-2156-478f-934e-8d9384eb08db",
"NotiffUUIDStart": "0068b066-c805-453e-a25f-89fdde277831",
"NotiffUUIDLastCall": "5feb3b1e-4d89-4551-bf45-a9d8bcd637c8",
"UserUUIDCur": "90d54751-5fa9-4b2e-b3c9-100fe26b3dd8",
"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:
{}