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": "d8a93935-24e0-4d6b-83bf-1998e0f51411",
  "SourceUUID": "5b2e99d0-6f7b-4f38-9a3e-25d78a4b15ee",
  "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:
{}