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": "5cf5d02a-d5b8-4b33-aec8-1a798edd8f72",
  "ScenarioUUID": "311a3192-a703-43ce-89bc-dff46d15c025",
  "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:
{}