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": "8b73a3bd-d27d-4b0f-b987-190c6ecd2e41",
  "SourceUUID": "0c2498de-8119-483f-9819-f1e7ae7814c0",
  "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:
{}