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": "373edcf6-05df-42b7-ae7d-8df0695a3e2c",
  "SourceUUID": "d2d5de7a-8033-455f-8dbd-6f7e34946be9",
  "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:
{}