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": "49ca4604-1019-4894-bd45-2a66916ccbdd",
"ScenarioUUID": "b74864aa-00d6-40e1-a82a-dbb1293de72d",
"SequenceActive": true,
"HPreStart": 1,
"DStart": 1,
"DEnd": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"ActivityProductID": 1,
"FunCategoryID": 1,
"HPreEnd": 1,
"ProductID": 1,
"FunUUID": "d4ffe5cd-ca45-4fa1-826b-5546cc6af21c",
"NotiffUUIDPreStart": "a78337d0-0a87-463c-bbf4-e9b7e6e45023",
"NotiffUUIDStart": "7e00a306-1c3d-4671-8a97-618769e57a14",
"NotiffUUIDLastCall": "3a9897c0-52e7-40e3-b425-f7632f3a8eca",
"UserUUIDCur": "289f7961-808a-45ae-8961-412f15b08b13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}