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": "e3f107e0-74b3-4cfa-8095-70afefbab88e",
"CampaignTaskId": "dfc2586c-5443-4c81-a3cf-2716cccc9e9c",
"CampaignTaskStatusId": "b97daf76-99e0-408b-abab-7d1034b059bf",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2026-06-29T12:56:29.3255358+02:00",
"Modified": "2026-06-29T12:56:29.3255358+02:00",
"Deleted": "2026-06-29T12:56:29.3255358+02:00",
"UserProfileId": "1058b6e2-3820-4d41-be0c-6174155e9de0"
}
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>dfc2586c-5443-4c81-a3cf-2716cccc9e9c</CampaignTaskId> <CampaignTaskStatusId>b97daf76-99e0-408b-abab-7d1034b059bf</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2026-06-29T12:56:29.3255358+02:00</Created> <Deleted>2026-06-29T12:56:29.3255358+02:00</Deleted> <Id>e3f107e0-74b3-4cfa-8095-70afefbab88e</Id> <Modified>2026-06-29T12:56:29.3255358+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>1058b6e2-3820-4d41-be0c-6174155e9de0</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. |