PUT {clientId}/ProfileDataExport/SegmentGroup

This method allows you to update an existing Segment Group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

This is your organization’s MyPreferences account Id.

string

Required

Body Parameters

None.

Request Formats

application/json, application/json-patch+json, text/json

Sample:
{
"SegmentGroupProfile" : {
		"SegmentGroupLink" : 1,
		"Name" : "New Segment Group",
		"Description" : "New Segment Group Description",
		"Segments" : [
			{
				"SegmentLink" : 1,
				"RowOperator" : "And"			
			},
			{
				"SegmentLink" : 2,
				"RowOperator" : "Except"			
			},
			{
				"SegmentLink" : 3,
				"RowOperator" : "Or"			
			}			]	
	
	}
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.

Response Formats

application/json, text/json, application/json-patch+json, application/xml, text/xml

Sample:

Sample not available.