POST api/CampaignMessage/GetCampaignMessage

Request Information

URI Parameters

None.

Body Parameters

CampaignDetailDTO
NameDescriptionTypeAdditional information
Id

integer

None.

MessageTitle

string

None.

CampaignId

integer

None.

MessageTemplate

string

None.

ImageGuid

globally unique identifier

None.

UseLeadCardImage

boolean

None.

SendFrom

string

None.

SendAt

date

None.

DelayNumberOfDays

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ChangedBy

integer

None.

ChangedDate

date

None.

StatusId

integer

None.

JobSequence

integer

None.

WaitingToReceive

integer

None.

SentFromEmail

string

None.

SendAtTime

integer

None.

IsLeadImage

boolean

None.

IsNewImage

boolean

None.

NewImageGuidId

globally unique identifier

None.

SentAt

date

None.

SendFromPhone

string

None.

ImageFileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MessageTitle": "sample string 2",
  "CampaignId": 1,
  "MessageTemplate": "sample string 3",
  "ImageGuid": "20b22164-bcc6-4acc-afb7-e1707b42de0a",
  "UseLeadCardImage": true,
  "SendFrom": "sample string 5",
  "SendAt": "2025-10-14T00:37:35.8363382-07:00",
  "DelayNumberOfDays": 1,
  "CreatedBy": 1,
  "CreatedDate": "2025-10-14T00:37:35.8363382-07:00",
  "ChangedBy": 1,
  "ChangedDate": "2025-10-14T00:37:35.8363382-07:00",
  "StatusId": 1,
  "JobSequence": 1,
  "WaitingToReceive": 1,
  "SentFromEmail": "sample string 6",
  "SendAtTime": 24,
  "IsLeadImage": true,
  "IsNewImage": true,
  "NewImageGuidId": "01d428d9-c870-439a-a922-ea409dee7ed9",
  "SentAt": "2025-10-14T00:37:35.8363382-07:00",
  "SendFromPhone": "sample string 7",
  "ImageFileName": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CampaignDetailDTO
NameDescriptionTypeAdditional information
Id

integer

None.

MessageTitle

string

None.

CampaignId

integer

None.

MessageTemplate

string

None.

ImageGuid

globally unique identifier

None.

UseLeadCardImage

boolean

None.

SendFrom

string

None.

SendAt

date

None.

DelayNumberOfDays

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ChangedBy

integer

None.

ChangedDate

date

None.

StatusId

integer

None.

JobSequence

integer

None.

WaitingToReceive

integer

None.

SentFromEmail

string

None.

SendAtTime

integer

None.

IsLeadImage

boolean

None.

IsNewImage

boolean

None.

NewImageGuidId

globally unique identifier

None.

SentAt

date

None.

SendFromPhone

string

None.

ImageFileName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MessageTitle": "sample string 2",
  "CampaignId": 1,
  "MessageTemplate": "sample string 3",
  "ImageGuid": "c0483b7b-c574-43ff-b4c5-6e7ca3fe3d63",
  "UseLeadCardImage": true,
  "SendFrom": "sample string 5",
  "SendAt": "2025-10-14T00:37:35.8363382-07:00",
  "DelayNumberOfDays": 1,
  "CreatedBy": 1,
  "CreatedDate": "2025-10-14T00:37:35.8363382-07:00",
  "ChangedBy": 1,
  "ChangedDate": "2025-10-14T00:37:35.8363382-07:00",
  "StatusId": 1,
  "JobSequence": 1,
  "WaitingToReceive": 1,
  "SentFromEmail": "sample string 6",
  "SendAtTime": 24,
  "IsLeadImage": true,
  "IsNewImage": true,
  "NewImageGuidId": "91cccf9c-df3e-4b3d-aa47-2024163040a8",
  "SentAt": "2025-10-14T00:37:35.8363382-07:00",
  "SendFromPhone": "sample string 7",
  "ImageFileName": "sample string 8"
}