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": "3f686ff5-001c-40b3-807b-1d30dcf6fdd0",
"ScenarioUUID": "a4ae6295-22fc-446b-a8b3-dbbac0c9167a",
"SequenceActive": true,
"HPreStart": 1,
"DStart": 1,
"DEnd": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"ActivityProductID": 1,
"FunCategoryID": 1,
"HPreEnd": 1,
"ProductID": 1,
"FunUUID": "82d5d781-6f69-4344-a047-df3d401a6087",
"NotiffUUIDPreStart": "74536cc5-29cc-4e7b-9881-2736426fc747",
"NotiffUUIDStart": "6d2d47f1-af2d-4b9b-be6c-0b044433095c",
"NotiffUUIDLastCall": "0c274fba-6413-4318-a5c5-e2f29e8f213e",
"UserUUIDCur": "8c52c4e2-b63c-4521-84cb-6c47e6ff4b00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}