POST api/AdminSettingsSystem/AdmSaveSourceSegment
AdmSaveSourceSegment
Request Information
URI Parameters
None.
Body Parameters
SaveSourceSegment_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| SourceUUID | globally unique identifier |
None. |
|
| SegmentID | integer |
None. |
|
| SourceSegmentActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "96d1a907-1c8c-4ceb-a79e-bda9146c117e",
"SourceUUID": "135ed980-2345-4249-897f-779ebeb666e5",
"SegmentID": 1,
"SourceSegmentActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}