POST api/CampaignTaskStatusHistory/Complete
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": "70dca30f-3de5-4f8b-a303-dcf6d6f55d1e",
"CampaignTaskId": "5ef76153-bed9-4518-b72b-b54036160591",
"CampaignTaskStatusId": "548739fc-f439-4a2f-8a27-156bfc41fc5e",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2026-01-20T20:38:06.352948+02:00",
"Modified": "2026-01-20T20:38:06.352948+02:00",
"Deleted": "2026-01-20T20:38:06.352948+02:00",
"UserProfileId": "2479e63c-da46-4116-bc4c-edb00966e873"
}
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>5ef76153-bed9-4518-b72b-b54036160591</CampaignTaskId> <CampaignTaskStatusId>548739fc-f439-4a2f-8a27-156bfc41fc5e</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2026-01-20T20:38:06.352948+02:00</Created> <Deleted>2026-01-20T20:38:06.352948+02:00</Deleted> <Id>70dca30f-3de5-4f8b-a303-dcf6d6f55d1e</Id> <Modified>2026-01-20T20:38:06.352948+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>2479e63c-da46-4116-bc4c-edb00966e873</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. |