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": "6118967b-b576-45d3-960e-edbb2fa7a8b8",
"ScenarioUUID": "4ca8cb16-b9b5-48eb-b9c6-b8f04337f511",
"SequenceActive": true,
"HPreStart": 1,
"DStart": 1,
"DEnd": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"ActivityProductID": 1,
"FunCategoryID": 1,
"HPreEnd": 1,
"ProductID": 1,
"FunUUID": "86059b96-160e-48b8-82eb-e58fa39abb15",
"NotiffUUIDPreStart": "85e7beca-d4d9-4d1b-9c9b-9604534a9ecf",
"NotiffUUIDStart": "77b1fc55-a2e0-4e27-b416-528d27f65f0c",
"NotiffUUIDLastCall": "f6c8068d-e284-4f8c-922e-c69e89adfa37",
"UserUUIDCur": "e1c894da-12ae-4d8f-aba7-8d3e46ab6e4a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}