POST {clientId}/ProfileDataExport/SegmentGroup

This method allows you to create a new 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" : null,
		"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.