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": "4c4f2797-48b7-4465-b3dd-454522c0191e",
  "ScenarioUUID": "a60d52b9-1e53-422c-bbc5-4b1fc4feea5e",
  "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:
{}