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": "5637bda8-98ad-4621-b393-e744f151bf13",
  "SourceUUID": "93cd0bcb-7b9e-4398-9b91-05a4c07bc28d",
  "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:
{}