POST api/communication/campaign
Request Information
URI Parameters
None.
Body Parameters
Campaign| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| TemplateId | string |
None. |
|
| RecipientType | string |
None. |
|
| CommunicationType | string |
None. |
|
| CommunicationStatus | string |
None. |
|
| UserId | integer |
None. |
|
| FilterSetId | integer |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedPersonId | integer |
None. |
|
| UpdatedDate | string |
None. |
|
| UpdatedPersonId | integer |
None. |
|
| UpdatedBy | string |
None. |
|
| Subject | string |
None. |
|
| CommunicationVersion | string |
None. |
|
| Schedule | date |
None. |
Request Formats
application/json, text/json, application/javascript, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebMethodResultOfCampaign| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Campaign |
None. |
|
| Success | boolean |
None. |
|
| ErrorText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": null,
"Success": true,
"ErrorText": "sample string 2"
}
application/javascript
Sample:
{"Result":null,"Success":true,"ErrorText":"sample string 2"}
application/xml, text/xml
Sample:
<WebMethodResultOfCampaign xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Success>true</Success> <ErrorText>sample string 2</ErrorText> </WebMethodResultOfCampaign>