POST search
Request Information
URI Parameters
None.
Body Parameters
CampaignTypeFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ManagerGroupId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b48bce92-97c2-4a7c-81a7-cf5f46d12494",
"Name": "sample string 1",
"ManagerGroupId": "3dadadff-62bd-4cfc-9c0e-bf5ed18ee081"
}
application/xml, text/xml
Sample:
<CampaignTypeFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.EventManagement.Models"> <Id>b48bce92-97c2-4a7c-81a7-cf5f46d12494</Id> <ManagerGroupId>3dadadff-62bd-4cfc-9c0e-bf5ed18ee081</ManagerGroupId> <Name>sample string 1</Name> </CampaignTypeFilterCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.