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": "7f27d957-6a70-4ff2-a3f6-9524a63f7598",
"ActivityID": 1,
"ActivityFunUUID": "0d641bec-02b6-4fda-acdf-162a9ed3250a",
"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": "e7ac13b6-6069-434b-95e2-b6a7faa0165f",
"NotiffUUIDPreStart": "8462a426-1f86-40c0-a532-d83e907aab79",
"NotiffUUIDStart": "4407032a-c75c-4506-b0d5-b73e2036e9bd",
"NotiffUUIDLastCall": "d6aafe75-cc16-4e41-9470-04f6cc07c811",
"UserUUIDCur": "d3154ed6-5a9c-4ace-a5b2-370146649dae",
"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:
{}