POST api/AdminSettingsSystem/AdmGetSegment

AdmGetSegment

Request Information

URI Parameters

None.

Body Parameters

GetSegment_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

SegmentID

integer

None.

SegmentName

string

None.

SegmentActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "6e15d6cb-cb5d-4fbd-8f4e-37897a334199",
  "SegmentID": 1,
  "SegmentName": "sample string 1",
  "SegmentActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}