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": "45a540b4-63c2-4a07-a3a9-b983944e81c9", "ScenarioUUID": "159ab51a-eab2-4084-ba66-7914f22928ad", "SequenceActive": true, "HPreStart": 1, "DStart": 1, "DEnd": 1, "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "ActivityProductID": 1, "FunCategoryID": 1, "HPreEnd": 1, "ProductID": 1, "FunUUID": "8e2de13c-c23c-4664-b4ca-b1023bb2991b", "NotiffUUIDPreStart": "9e907f7e-15d9-4081-8f99-40a3ffa6b1f9", "NotiffUUIDStart": "eed32044-265f-40d3-8ab2-aa555c03a9fa", "NotiffUUIDLastCall": "e43a5276-7df9-4b25-9e33-4c054dae3243", "UserUUIDCur": "927c5921-591f-4e39-a19c-bba4f6a04544" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}