POST api/AdminSettingsSystem/AdmSaveScenarioSequence
AdmSaveScenarioSequence
Request Information
URI Parameters
None.
Body Parameters
SaveScenarioSequence_RequestName | 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": "e9c5048c-f8f3-4009-8ba6-ee8355301b30", "ScenarioUUID": "89174735-7f91-4147-ae01-1d48480ad0dd", "SequenceActive": true, "HPreStart": 1, "DStart": 1, "DEnd": 1, "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "ActivityProductID": 1, "FunCategoryID": 1, "HPreEnd": 1, "ProductID": 1, "FunUUID": "e5076d8f-af32-40f5-ac91-429f57f2eb28", "NotiffUUIDPreStart": "2b51e683-7e44-4507-af08-a32777ceb949", "NotiffUUIDStart": "cfd931c2-cbe4-418b-b00f-24cbcbadec63", "NotiffUUIDLastCall": "83dacff5-06ff-48c3-b87d-09fe1921b983", "UserUUIDCur": "c48d0bcf-71c0-46f8-9cfe-72d41c40f79e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}