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": "7e3732f7-802b-4826-95a4-4452ff8af47a",
"CampaignTaskId": "3d1f38db-3eee-42dd-ba2b-cbe50cc40ac0",
"CampaignTaskStatusId": "efa5fef8-1b83-4bc9-870c-6302149f926b",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2025-12-06T07:36:36.4198154+02:00",
"Modified": "2025-12-06T07:36:36.4198154+02:00",
"Deleted": "2025-12-06T07:36:36.4198154+02:00",
"UserProfileId": "fa124861-89d4-476d-8cdb-80a828a29127"
}
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>3d1f38db-3eee-42dd-ba2b-cbe50cc40ac0</CampaignTaskId> <CampaignTaskStatusId>efa5fef8-1b83-4bc9-870c-6302149f926b</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2025-12-06T07:36:36.4198154+02:00</Created> <Deleted>2025-12-06T07:36:36.4198154+02:00</Deleted> <Id>7e3732f7-802b-4826-95a4-4452ff8af47a</Id> <Modified>2025-12-06T07:36:36.4198154+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>fa124861-89d4-476d-8cdb-80a828a29127</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. |