POST api/AdminSettingsSystem/AdmSaveSegment
AdmSaveSegment
Request Information
URI Parameters
None.
Body Parameters
SaveSegment_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| SegmentID | integer |
None. |
|
| SegmentName | string |
None. |
|
| IntroSliderUUID | string |
None. |
|
| SegmentActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "cf4f6255-0358-448f-a0c6-ca8919f54b2a",
"SegmentID": 1,
"SegmentName": "sample string 1",
"IntroSliderUUID": "sample string 2",
"SegmentActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}