POST api/Campaign/UpdateCompaignConfiguration
Request Information
URI Parameters
None.
Body Parameters
CampaignConfigurationDTOName | Description | Type | Additional information |
---|---|---|---|
CampaignTypeId | integer |
None. |
|
CcEmail | string |
None. |
|
ConfirmationLogEmail | string |
None. |
|
DeliveryLogEmail | string |
None. |
|
Disabled | boolean |
None. |
|
FromEmail | string |
None. |
|
Id | integer |
None. |
|
MaxWeeks | integer |
None. |
|
TwilioNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CampaignTypeId": 1, "CcEmail": "sample string 2", "ConfirmationLogEmail": "sample string 3", "DeliveryLogEmail": "sample string 4", "Disabled": true, "FromEmail": "sample string 6", "Id": 1, "MaxWeeks": 12, "TwilioNumber": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true