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": "1f90535e-1d10-451f-b4a0-d71c7247e74f",
"SourceUUID": "94b0c9bd-37f0-476c-a77b-20f56b682b54",
"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:
{}