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": "62726344-5516-4578-8f9a-b6da58a72842", "ScenarioUUID": "6b1d7580-60d9-4fc5-8a53-335478023e66", "SequenceActive": true, "HPreStart": 1, "DStart": 1, "DEnd": 1, "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "ActivityProductID": 1, "FunCategoryID": 1, "HPreEnd": 1, "ProductID": 1, "FunUUID": "83c272f9-b350-421a-b4b3-20b6378e869e", "NotiffUUIDPreStart": "3b8498d4-bd4f-476e-8628-71eefc835718", "NotiffUUIDStart": "97489df4-4bca-46a6-9caf-ad48f880d419", "NotiffUUIDLastCall": "c187d965-2e6f-4129-8f20-efc730e2f38f", "UserUUIDCur": "c600f68f-4dff-437c-8912-3167093f45fb" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}