POST api/ProjectStatusHistory/Discontinue
Request Information
URI Parameters
None.
Body Parameters
ProjectStatusHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| ProjectStatusId | globally unique identifier |
None. |
|
| UserProfileId | 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. |
|
| BudgetAllocated | decimal number |
None. |
|
| NozalaSupportDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "f91979c5-b0d0-448d-872b-f81201370221",
"ProjectId": "316e7eda-25e4-4ac9-9dd2-3e9da333d46e",
"ProjectStatusId": "15a8288b-8de5-498f-83b5-ebd05ac683e5",
"UserProfileId": "c67a40a4-e28b-458b-b49e-a201f8ae3e72",
"StatusName": "sample string 5",
"StatusColor": "sample string 6",
"Comment": "sample string 7",
"ModifiedBy": "sample string 8",
"Created": "2026-06-29T12:59:15.2427187+02:00",
"Modified": "2026-06-29T12:59:15.2427187+02:00",
"Deleted": "2026-06-29T12:59:15.2427187+02:00",
"BudgetAllocated": 1.0,
"NozalaSupportDate": "2026-06-29T12:59:15.2427187+02:00"
}
application/xml, text/xml
Sample:
<ProjectStatusHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <BudgetAllocated>1</BudgetAllocated> <Comment>sample string 7</Comment> <Created>2026-06-29T12:59:15.2427187+02:00</Created> <Deleted>2026-06-29T12:59:15.2427187+02:00</Deleted> <Id>f91979c5-b0d0-448d-872b-f81201370221</Id> <Modified>2026-06-29T12:59:15.2427187+02:00</Modified> <ModifiedBy>sample string 8</ModifiedBy> <NozalaSupportDate>2026-06-29T12:59:15.2427187+02:00</NozalaSupportDate> <ProjectId>316e7eda-25e4-4ac9-9dd2-3e9da333d46e</ProjectId> <ProjectStatusId>15a8288b-8de5-498f-83b5-ebd05ac683e5</ProjectStatusId> <StatusColor>sample string 6</StatusColor> <StatusName>sample string 5</StatusName> <UserProfileId>c67a40a4-e28b-458b-b49e-a201f8ae3e72</UserProfileId> </ProjectStatusHistoryModel>
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. |