POST api/CampaignTaskStatusHistory/Post
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": "b8e19e9c-5921-4a6b-9404-8ba59612677e",
"CampaignTaskId": "54c1bdb3-741d-4726-890b-c92ca93568c0",
"CampaignTaskStatusId": "cd7ac0f0-75a8-48e9-b259-7669c8c3b816",
"StatusName": "sample string 4",
"StatusColor": "sample string 5",
"Comment": "sample string 6",
"ModifiedBy": "sample string 7",
"Created": "2025-12-06T07:29:51.0925676+02:00",
"Modified": "2025-12-06T07:29:51.0925676+02:00",
"Deleted": "2025-12-06T07:29:51.0925676+02:00",
"UserProfileId": "eab2e783-fe24-4212-9dfc-53835d6fbe2b"
}
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>54c1bdb3-741d-4726-890b-c92ca93568c0</CampaignTaskId> <CampaignTaskStatusId>cd7ac0f0-75a8-48e9-b259-7669c8c3b816</CampaignTaskStatusId> <Comment>sample string 6</Comment> <Created>2025-12-06T07:29:51.0925676+02:00</Created> <Deleted>2025-12-06T07:29:51.0925676+02:00</Deleted> <Id>b8e19e9c-5921-4a6b-9404-8ba59612677e</Id> <Modified>2025-12-06T07:29:51.0925676+02:00</Modified> <ModifiedBy>sample string 7</ModifiedBy> <StatusColor>sample string 5</StatusColor> <StatusName>sample string 4</StatusName> <UserProfileId>eab2e783-fe24-4212-9dfc-53835d6fbe2b</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. |