POST api/AdminSettingsSystem/AdmSaveScenarioSegment

AdmSaveScenarioSegment

Request Information

URI Parameters

None.

Body Parameters

SaveScenarioSegment_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

ScenarioUUID

globally unique identifier

None.

SegmentID

integer

None.

ScenarioSegmentActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "eb94a331-a46c-49ca-b174-66ded799fd22",
  "ScenarioUUID": "017d8b45-803f-4962-9783-49dbb0c98ace",
  "SegmentID": 1,
  "ScenarioSegmentActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}