POST api/AdminSettingsSystem/AdmGetScenario

AdmGetScenario

Request Information

URI Parameters

None.

Body Parameters

GetScenario_Request
NameDescriptionTypeAdditional 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": "d7cc369f-38a5-419b-8c6e-cc04789884a4",
  "ScenarioUUID": "ee20258d-f914-4c4c-8b0e-dd0a039b7f4f",
  "CountryID": 1,
  "ScenarioActive": true,
  "ScenarioName": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}