POST api/AdminSettingsSystem/AdmGetScenarioSequence
AdmGetScenarioSequence
Request Information
URI Parameters
None.
Body Parameters
GetScenarioSequence_RequestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ScenarioSequenceUUID | globally unique identifier |
None. |
|
ScenarioUUID | globally unique identifier |
None. |
|
SequenceActive | boolean |
None. |
|
Search | string |
None. |
|
LanguageID | integer |
None. |
|
ProductID | integer |
None. |
|
FunUUID | globally unique identifier |
None. |
|
NotiffUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "ba1805a1-a50f-4ed4-9734-98965c96be46", "ScenarioSequenceUUID": "826112a0-ebf8-4bdb-8870-98c0fb48c19e", "ScenarioUUID": "a5363003-6663-4016-839b-5c63f7f6346f", "SequenceActive": true, "Search": "sample string 1", "LanguageID": 1, "ProductID": 1, "FunUUID": "76942953-fe3c-4fd2-9532-f9342e6c6600", "NotiffUUID": "0b66e2da-e6a0-4b61-b126-8cb3baa1b79d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}