POST api/AdminSettingsSystem/AdmSaveSourceSegment

AdmSaveSourceSegment

Request Information

URI Parameters

None.

Body Parameters

SaveSourceSegment_Request
NameDescriptionTypeAdditional 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": "76b8f0d7-42d1-4642-980e-d80c86fa978c",
  "SourceUUID": "1d1769be-b977-4a75-b8d9-ad975e1387e4",
  "SegmentID": 1,
  "SourceSegmentActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}