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": "5be87c71-4f35-44ef-94b3-44845fe9e9ed",
  "ScenarioUUID": "00ca8cae-8afa-475b-83ef-0e83016644bc",
  "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:
{}