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": "f2de0091-e324-46a9-81f9-320696af5e6f",
"ScenarioUUID": "f4e998b8-fe2f-4b55-a787-77d883811f28",
"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:
{}