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": "8040826a-24cf-4a37-a36a-fb3585bf06d5",
"CampaignTaskId": "1c0c3395-01a1-4902-b83a-b077cd8ce990",
"CampaignTaskStatusId": "2c7e7b41-e8e0-4478-bdec-22bf381450ff",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2026-05-05T13:21:27.1749868+02:00",
"Modified": "2026-05-05T13:21:27.1749868+02:00",
"Deleted": "2026-05-05T13:21:27.1749868+02:00",
"UserProfileId": "10563f05-8dbe-43da-8756-ac3d228eab50"
}
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>1c0c3395-01a1-4902-b83a-b077cd8ce990</CampaignTaskId> <CampaignTaskStatusId>2c7e7b41-e8e0-4478-bdec-22bf381450ff</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2026-05-05T13:21:27.1749868+02:00</Created> <Deleted>2026-05-05T13:21:27.1749868+02:00</Deleted> <Id>8040826a-24cf-4a37-a36a-fb3585bf06d5</Id> <Modified>2026-05-05T13:21:27.1749868+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>10563f05-8dbe-43da-8756-ac3d228eab50</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. |