POST api/Campaign/GetCampaignNumberWarning

Request Information

URI Parameters

None.

Body Parameters

GetCampaignNumberWarningRequestVM
NameDescriptionTypeAdditional information
SubAccountId

string

Required

ParentAccountId

string

Required

textCount

integer

Required

ScheduledDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SubAccountId": "sample string 1",
  "ParentAccountId": "sample string 2",
  "textCount": 3,
  "ScheduledDate": "2024-04-26T00:01:40.6949784+00:00"
}

application/xml, text/xml

Sample:
<GetCampaignNumberWarningRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.CampaignRequestViewModel">
  <ParentAccountId>sample string 2</ParentAccountId>
  <ScheduledDate>2024-04-26T00:01:40.6949784+00:00</ScheduledDate>
  <SubAccountId>sample string 1</SubAccountId>
  <textCount>3</textCount>
</GetCampaignNumberWarningRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.