PUT api/leadpulse/campaign

Update a leadpulse campaign item Processes this lead pulse API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The lead pulse filter campaign data contract supplied with the request.

LeadPulseFilterCampaignDataContract
NameDescriptionTypeAdditional information
LeadPulseFilterId

The unique identifier of the related lead pulse filter resource.

integer

None.

EnvelopeTemplatePackId

The unique identifier of the related envelope template pack resource.

integer

None.

Name

The name value.

string

None.

Description

The description value.

string

None.

PaperStock

The paper stock value.

string

None.

DaysSince

The days since value.

integer

None.

StatusTrigger

The status trigger value.

string

None.

CreatedDate

The created date, expressed as a date and time.

date

None.

UpdatedDate

The updated date, expressed as a date and time.

date

None.

CreatedById

The unique identifier of the related created by resource.

integer

None.

CreatedBy

The created by value.

string

None.

Id

The unique identifier of this resource.

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "LeadPulseFilterId": 1,
  "EnvelopeTemplatePackId": 2,
  "Name": "sample string 3",
  "Description": "sample string 4",
  "PaperStock": "sample string 5",
  "DaysSince": 6,
  "StatusTrigger": "sample string 7",
  "CreatedDate": "2026-07-23T08:18:59.9127964Z",
  "UpdatedDate": "2026-07-23T08:18:59.9127964Z",
  "CreatedById": 8,
  "CreatedBy": "sample string 9",
  "Id": 10
}

Response Information

Resource Description

200 OK with updated LeadPulseFilterCampaignDataContract, 400 Bad Request, or 404 Not Found

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.