POST api/AdminSettingsSystem/AdmSaveScenarioSequence
AdmSaveScenarioSequence
Request Information
URI Parameters
None.
Body Parameters
SaveScenarioSequence_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ScenarioSequenceUUID | globally unique identifier |
None. |
|
| ScenarioUUID | globally unique identifier |
None. |
|
| SequenceActive | boolean |
None. |
|
| HPreStart | integer |
None. |
|
| DStart | integer |
None. |
|
| DEnd | integer |
None. |
|
| NotiffActiveStart | boolean |
None. |
|
| NotiffActivePreStart | boolean |
None. |
|
| NotiffActiveLastCall | boolean |
None. |
|
| ActivityProductID | integer |
None. |
|
| FunCategoryID | integer |
None. |
|
| HPreEnd | 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. |
Request Formats
application/json, text/json
Sample:
{
"ScenarioSequenceUUID": "2966542b-3fc8-4c8e-b002-ad35081dfd90",
"ScenarioUUID": "b6fbe2b5-ae5a-43bf-8fa5-f38a90db0223",
"SequenceActive": true,
"HPreStart": 1,
"DStart": 1,
"DEnd": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"ActivityProductID": 1,
"FunCategoryID": 1,
"HPreEnd": 1,
"ProductID": 1,
"FunUUID": "536509a2-b5e7-4e66-a176-4ff2efd34eac",
"NotiffUUIDPreStart": "25a00119-2971-4840-a1ca-18143b49bfcc",
"NotiffUUIDStart": "6a699eb4-fbd0-4f56-8eb3-64658ccb81b4",
"NotiffUUIDLastCall": "ccf1011e-308a-4afb-9d29-9838c241beba",
"UserUUIDCur": "d101b6b3-d350-4a4e-adb4-7440259e6879"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}