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": "4042e789-ec7a-4e84-b440-045a16100822",
"SourceUUID": "2c89e4da-430d-48f2-aa7d-6f4960858985",
"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:
{}