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": "6f0b787c-0577-4387-a8ae-f5756abf3fb4",
"ActivityID": 1,
"ActivityFunUUID": "635131f6-9f84-41b7-ad2d-417bd1f85aab",
"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": "b10d3d70-0ca2-4a25-9510-f32aebdb4b5d",
"NotiffUUIDPreStart": "ecf17edc-d757-4874-bbb9-3a18d82afb77",
"NotiffUUIDStart": "38d8aebc-2bd9-47bf-ae64-d1d54c793af7",
"NotiffUUIDLastCall": "0ad0ad53-fa2c-4b1d-a6ad-53b17dff33fb",
"UserUUIDCur": "b0a36b41-2325-4560-b1a8-5c5e0298efd4",
"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:
{}