POST api/AdminSettingsSystem/AdmGetSegment
AdmGetSegment
Request Information
URI Parameters
None.
Body Parameters
GetSegment_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| SegmentID | integer |
None. |
|
| SegmentName | string |
None. |
|
| SegmentActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "a3f12c29-e6d1-4c8c-b51b-b3957233f016",
"SegmentID": 1,
"SegmentName": "sample string 1",
"SegmentActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}