POST api/Campaign/GetCampaignNumberWarning
Request Information
URI Parameters
None.
Body Parameters
GetCampaignNumberWarningRequestVMName | Description | Type | Additional 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-11-21T08:34:35.4374737+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-11-21T08:34:35.4374737+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.