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": "57a1eb3f-4ba3-4a8d-a845-f9bc47e2e28f",
  "ScenarioUUID": "0e5f1bcd-2265-42a8-8653-317ee347a930",
  "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:
{}