Create Communication

POST {{baseUrl}}/api/Communication

Request Body

{"name"=>"<string>", "campaignId"=>"<integer>", "channelType"=>"<string>", "communicationType"=>"<string>", "communicationStep"=>"<string>", "startDateTime"=>"<dateTime>", "ownerId"=>"<integer>", "givingGoal"=>"<double>", "newGiverGoal"=>"<integer>", "internalCostEstimate"=>"<double>", "vendorCostEstimate"=>"<double>", "networkReach"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;communicationId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;campaignId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;campaignName&quot;:&quot;\u003cstring\u003e&quot;,&quot;channelType&quot;:&quot;\u003cstring\u003e&quot;,&quot;communicationType&quot;:&quot;\u003cstring\u003e&quot;,&quot;startDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;givingGoal&quot;:&quot;\u003cdecimal\u003e&quot;,&quot;projectId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;projectCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectName&quot;:&quot;\u003cstring\u003e&quot;,&quot;createDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedByUser&quot;:&quot;\u003cstring\u003e&quot;}