POST api/CampaignTaskStatusHistory/Suspend
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": "85cb4c12-b725-4b74-bbcd-eddb15eada15",
"CampaignTaskId": "5b73a4b4-6f38-442b-8a1c-6db9202ee4ef",
"CampaignTaskStatusId": "611d8d26-d509-4e76-a59a-977b6b3e9f25",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2026-06-29T12:56:51.094259+02:00",
"Modified": "2026-06-29T12:56:51.094259+02:00",
"Deleted": "2026-06-29T12:56:51.094259+02:00",
"UserProfileId": "ec49e4ab-5885-453e-a088-c3485c6f1cbf"
}
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>5b73a4b4-6f38-442b-8a1c-6db9202ee4ef</CampaignTaskId> <CampaignTaskStatusId>611d8d26-d509-4e76-a59a-977b6b3e9f25</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2026-06-29T12:56:51.094259+02:00</Created> <Deleted>2026-06-29T12:56:51.094259+02:00</Deleted> <Id>85cb4c12-b725-4b74-bbcd-eddb15eada15</Id> <Modified>2026-06-29T12:56:51.094259+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>ec49e4ab-5885-453e-a088-c3485c6f1cbf</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. |