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": "48b8c5d2-b928-4e8c-8785-43db396a9b50",
"SourceUUID": "1b0fa073-3713-4ed9-a8b8-742587d0f3d5",
"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:
{}