POST api/AdminSettingsSystem/AdmGetScenarioSequence
AdmGetScenarioSequence
Request Information
URI Parameters
None.
Body Parameters
GetScenarioSequence_Request| Name | 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": "069539ea-f487-4de8-92fd-fad3f6892a98",
"ScenarioSequenceUUID": "2aa381fc-1cba-48e8-b18f-cb1c4cbbbc69",
"ScenarioUUID": "01a8a678-17f1-4e18-a8d9-bfcb047f9833",
"SequenceActive": true,
"Search": "sample string 1",
"LanguageID": 1,
"ProductID": 1,
"FunUUID": "9e792390-2f07-45f7-8333-b6e09d763bf3",
"NotiffUUID": "ed3be7ce-bb13-40fd-8382-15359578cf8d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}