POST api/CampaignTaskStatusHistory/Activate
Request Information
URI Parameters
None.
Body Parameters
CampaignTaskStatusHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CampaignTaskId | globally unique identifier |
None. |
|
| CampaignTaskStatusId | globally unique identifier |
None. |
|
| StatusName | string |
None. |
|
| StatusColor | string |
None. |
|
| Comment | string |
None. |
|
| ModifiedBy | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
|
| UserProfileId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "93541ef0-cf16-487a-8a5b-a80eae32d449",
"CampaignTaskId": "4024bcff-f960-4e82-943e-1cbe1d718225",
"CampaignTaskStatusId": "4e5d8df9-0613-4685-a674-02c00a910b6e",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2026-08-24T11:28:31.5362892+02:00",
"Modified": "2026-08-24T11:28:31.5362892+02:00",
"Deleted": "2026-08-24T11:28:31.5362892+02:00",
"UserProfileId": "bbf2bd8c-73bb-483e-8232-9d6833928a98"
}
application/xml, text/xml
Sample:
<CampaignTaskStatusHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <CampaignTaskId>4024bcff-f960-4e82-943e-1cbe1d718225</CampaignTaskId> <CampaignTaskStatusId>4e5d8df9-0613-4685-a674-02c00a910b6e</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2026-08-24T11:28:31.5362892+02:00</Created> <Deleted>2026-08-24T11:28:31.5362892+02:00</Deleted> <Id>93541ef0-cf16-487a-8a5b-a80eae32d449</Id> <Modified>2026-08-24T11:28:31.5362892+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>bbf2bd8c-73bb-483e-8232-9d6833928a98</UserProfileId> </CampaignTaskStatusHistoryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |