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": "c35b310e-2bde-4607-b2fd-d548d8ea77d6",
"ActivityID": 1,
"ActivityFunUUID": "111908d6-1df5-4376-9d33-525b202ced26",
"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": "f3e429d9-6c97-449a-b8d2-36929e172625",
"NotiffUUIDPreStart": "476d8914-5efe-40b9-82b1-a6d2b2363be1",
"NotiffUUIDStart": "5ae1f46d-5b4b-4c89-b720-b9a0f5e86932",
"NotiffUUIDLastCall": "061f0a8b-7cf5-46f4-9e66-a806ddfcdc0e",
"UserUUIDCur": "b7bdbd4f-030a-49f7-8168-1ffa0d42d71c",
"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:
{}