POST api/AdminSettingsSystem/AdmSaveScenarioSegment
AdmSaveScenarioSegment
Request Information
URI Parameters
None.
Body Parameters
SaveScenarioSegment_Request| Name | 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": "55228663-6a36-4663-b975-60ac4f41f55d",
"ScenarioUUID": "94dfc5b5-efa9-49ec-b8e8-63fcb76b051e",
"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:
{}