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": "6e592580-7e4b-41a8-a8d3-e7bca8c79c7a",
"ScenarioUUID": "1671045c-1c02-4238-a85e-2b73028df951",
"SequenceActive": true,
"HPreStart": 1,
"DStart": 1,
"DEnd": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"ActivityProductID": 1,
"FunCategoryID": 1,
"HPreEnd": 1,
"ProductID": 1,
"FunUUID": "2c659e49-2508-4ab1-bc64-1c0abacdbb8e",
"NotiffUUIDPreStart": "d5bf4673-32a5-4eea-b8a4-58aa8c5a1886",
"NotiffUUIDStart": "790fad02-e475-4969-88f4-8e5f5fb16776",
"NotiffUUIDLastCall": "3d8f861d-f6e4-445f-8830-224d5ba2a307",
"UserUUIDCur": "beba5380-cb96-46a3-819f-4b4cc506f91d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}