POST api/v1/Admin/SMSPersonalization/Campaign/Search

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_Filters
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StatusID": "sample string 1",
  "CampaignName": "sample string 2",
  "StartDate": "sample string 3",
  "EndDate": "sample string 4",
  "CampaignId": "sample string 5",
  "CommunicationTypeID": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CampaignFilter'.