POST api/ProjectStatusHistory/Suspend
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": "855f0ef3-933e-4f47-982c-03a982c5f4f4",
"ProjectId": "f0f62956-9e87-4c4c-8f11-268a4a4d4f79",
"ProjectStatusId": "6f2edf4f-9906-4da1-b211-a61094d2ca50",
"UserProfileId": "f636be6c-99e0-45f8-a06f-02fc12bf6805",
"StatusName": "sample string 5",
"StatusColor": "sample string 6",
"Comment": "sample string 7",
"ModifiedBy": "sample string 8",
"Created": "2026-06-29T14:18:43.1581326+02:00",
"Modified": "2026-06-29T14:18:43.1581326+02:00",
"Deleted": "2026-06-29T14:18:43.1581326+02:00",
"BudgetAllocated": 1.0,
"NozalaSupportDate": "2026-06-29T14:18:43.1736934+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-29T14:18:43.1581326+02:00</Created> <Deleted>2026-06-29T14:18:43.1581326+02:00</Deleted> <Id>855f0ef3-933e-4f47-982c-03a982c5f4f4</Id> <Modified>2026-06-29T14:18:43.1581326+02:00</Modified> <ModifiedBy>sample string 8</ModifiedBy> <NozalaSupportDate>2026-06-29T14:18:43.1736934+02:00</NozalaSupportDate> <ProjectId>f0f62956-9e87-4c4c-8f11-268a4a4d4f79</ProjectId> <ProjectStatusId>6f2edf4f-9906-4da1-b211-a61094d2ca50</ProjectStatusId> <StatusColor>sample string 6</StatusColor> <StatusName>sample string 5</StatusName> <UserProfileId>f636be6c-99e0-45f8-a06f-02fc12bf6805</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. |