PUT {bucket}/campaign/remove
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
Required |
Body Parameters
CampaignModelName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Name | string |
None. |
|
JobId | unsigned integer |
None. |
|
ListCampaignStatusId | unsigned integer |
None. |
|
CandidacyUrl | string |
None. |
|
CandidacyMail | string |
None. |
|
PostingRequest | WebServiceRequestModel |
None. |
|
OperationalIds | Collection of unsigned integer |
None. |
|
EventInfoList | Collection of EventInfoModel |
None. |
|
Uid | unsigned integer |
None. |
|
Type | string |
None. |
|
Created | date |
None. |
|
Updated | date |
None. |
|
Archived | date |
None. |
|
CreatedBy | string |
None. |
|
UpdatedBy | string |
None. |
|
ArchivedBy | string |
None. |
|
Version | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "StartDate": "2025-01-10T23:58:29.2588987+01:00", "EndDate": "2025-01-10T23:58:29.2588987+01:00", "Name": "sample string 1", "JobId": 1, "ListCampaignStatusId": 1, "CandidacyUrl": "sample string 2", "CandidacyMail": "sample string 3", "PostingRequest": { "StepUrl": "sample string 1", "Succeeded": true, "Response": "sample string 2", "CompanyName": "sample string 3", "PostingDate": "2025-01-10T23:58:29.2588987+01:00" }, "OperationalIds": [ 1, 1 ], "EventInfoList": [ { "ListEventActionId": 1, "ChuckNorrisId": 1, "Response": { "EventId": 1, "ErrorMessage": "sample string 1" } }, { "ListEventActionId": 1, "ChuckNorrisId": 1, "Response": { "EventId": 1, "ErrorMessage": "sample string 1" } } ], "Uid": 1, "Type": "sample string 4", "Created": "2025-01-10T23:58:29.2745086+01:00", "Updated": "2025-01-10T23:58:29.2745086+01:00", "Archived": "2025-01-10T23:58:29.2745086+01:00", "CreatedBy": "sample string 5", "UpdatedBy": "sample string 6", "ArchivedBy": "sample string 7", "Version": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.