POST api/AdminSettingsSystem/AdmSaveScenarioSegment
AdmSaveScenarioSegment
Request Information
URI Parameters
None.
Body Parameters
SaveScenarioSegment_RequestName | Description | Type | Additional 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": "b22630bc-aac3-4d1a-a674-1d17dd379dca", "ScenarioUUID": "c4c68eb0-5be8-4df9-b6fb-ac8c6936b04a", "SegmentID": 1, "ScenarioSegmentActive": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}