POST api/AdminSettingsSystem/AdmGetScenario
AdmGetScenario
Request Information
URI Parameters
None.
Body Parameters
GetScenario_RequestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ScenarioUUID | globally unique identifier |
None. |
|
CountryID | integer |
None. |
|
ScenarioActive | boolean |
None. |
|
ScenarioName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "f24faf0b-1b9d-4fe8-9d04-9157f6b606b3", "ScenarioUUID": "85d26df0-056c-47d8-b26b-47a49e152230", "CountryID": 1, "ScenarioActive": true, "ScenarioName": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}